Html Css Color HEX #96CA4F Atlantis

📋 copy color: '#96CA4F'

red 150 ◦ green 202 ◦ blue 79

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

Shades of Atlantis #96CA4F

Tints of Atlantis #96CA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.33%

R = 34.8%
G = 46.87%
B = 18.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#96CA4F (or 0x96CA4F) is known color: Atlantis. HEX triplet: 96, CA and 4F. RGB value is (150,202,79). Sum of RGB (Red+Green+Blue) = 150+202+79=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA4F is #6935B0. Grayscale: #ACACAC. Windows color (decimal): -6895025 or 5229206. OLE color: 5229206.

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

Color convert

RGB 150 202 79 -
CMYK 0.26 0 0.61 0.21
HSL 85.37º 0.54% 0.55% -
HSV(B) 85.37º 0.61% 0.79% -
XYZ 35.11 49.29 15.06 -
YUV 172.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 150 202 79 0.26 0 0.61 0.21 85.37 0.54 0.55
Hex 96 CA 4F 1A 0 3D 15 55 36 37
Octal 226 312 117 32 0 75 25 125 66 67
Binary 10010110 11001010 1001111 11010 0 111101 10101 1010101 110110 110111

Color Harmonies of #96CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA4F

Black with #96CA4F

Text Example


Text Example

White with #96CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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