#97ca43

Color #97CA43 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #97CA43

Tints of Atlantis #97CA43

Color information

#97CA43 (or 0x97CA43) is unknown color: approx Atlantis. HEX triplet: 97, CA and 43. RGB value is (151,202,67). Sum of RGB (Red+Green+Blue) = 151+202+67=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA43 is #6835BC. Grayscale: #ABABAB. Windows color (decimal): -6829501 or 4442775. OLE color: 4442775.

HSL color Cylindrical-coordinate representation of color #97CA43: hue angle of 82.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97CA43 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB15120267-
CMYK0.2500.670.21
HSL82.67º56.02%52.75%-
HSV(B)82.67º66.83%79.22%-
XYZ34.949.2312.97-
YUV171.3669.1113.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 67 (26.56% from 255) = 15.95%
R=35.95%
G=48.10%
B=15.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151202670.2500.670.2182.6756.0252.75
Hex97CA431904315533835
Octal227312103310103251237065
Binary100101111100101010000111100101000011101011010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ca43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ca43; }

 p { color: rgb(151,202,67); }

 H1.HeaderClassName
 {
   color: #97ca43;
 }
 .AnyTagClassName
 {
   color: #97ca43;
 }
</style>
background-color css

<style>
 a { background-color: #97ca43; }

 a { background-color: rgb(151,202,67); }

 div.DivClassName
 {
   background-color: #97ca43;
 }
 .BgClassName
 {
   background-color: #97ca43;
 }
</style>
border-color css

<style>
 span { border-color: #97ca43; }

 span { border-color: rgb(151,202,67); }

 td.TdClassName
 {
   border-color: #97ca43;
 }
 .TagClassName
 {
   border-color: #97ca43;
 }
</style>