Html Css Color HEX #96CA4D Atlantis

📋 copy color: '#96CA4D'

red 150 ◦ green 202 ◦ blue 77

#96CA4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #96CA4D

Tints of Atlantis #96CA4D

RGB

 RED value IS 150 (58.98% from 255) = 34.97%

 GREEN value IS 202 (79.3% from 255) = 47.09%

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 34.97%
G = 47.09%
B = 17.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#96CA4D (or 0x96CA4D) is known color: Atlantis. HEX triplet: 96, CA and 4D. RGB value is (150,202,77). Sum of RGB (Red+Green+Blue) = 150+202+77=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA4D is #6935B2. Grayscale: #ACACAC. Windows color (decimal): -6895027 or 5098134. OLE color: 5098134.

HSL color Cylindrical-coordinate representation of color #96CA4D: hue angle of 84.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96CA4D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 77 -
CMYK 0.26 0 0.62 0.21
HSL 84.96º 0.54% 0.55% -
HSV(B) 84.96º 0.62% 0.79% -
XYZ 35.04 49.26 14.68 -
YUV 172.2 74.27 112.16 -
System Red Green Blue C M Y K H S L
Decimal 150 202 77 0.26 0 0.62 0.21 84.96 0.54 0.55
Hex 96 CA 4D 1A 0 3E 15 55 36 37
Octal 226 312 115 32 0 76 25 125 66 67
Binary 10010110 11001010 1001101 11010 0 111110 10101 1010101 110110 110111

Color Harmonies of #96CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA4D

Black with #96CA4D

Text Example


Text Example

White with #96CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CA4D; }

 p { color: rgb(150,202,77); }

 H1.HeaderClassName
 {
   color: #96CA4D;
 }
 .AnyTagClassName
 {
   color: #96CA4D;
 }
</style>

background-color css

<style>
 a { background-color: #96CA4D; }

 a { background-color: rgb(150,202,77); }

 div.DivClassName
 {
   background-color: #96CA4D;
 }
 .BgClassName
 {
   background-color: #96CA4D;
 }
</style>

border-color css

<style>
 span { border-color: #96CA4D; }

 span { border-color: rgb(150,202,77); }

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