Html Css Color HEX #96EA3C Atlantis

📋 copy color: '#96EA3C'

red 150 ◦ green 234 ◦ blue 60

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

Shades of Atlantis #96EA3C

Tints of Atlantis #96EA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.7%

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 33.78%
G = 52.7%
B = 13.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#96EA3C (or 0x96EA3C) is known color: Atlantis. HEX triplet: 96, EA and 3C. RGB value is (150,234,60). Sum of RGB (Red+Green+Blue) = 150+234+60=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA3C is #6915C3. Grayscale: #BDBDBD. Windows color (decimal): -6886852 or 3992214. OLE color: 3992214.

HSL color Cylindrical-coordinate representation of color #96EA3C: hue angle of 88.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96EA3C is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 60 -
CMYK 0.36 0 0.74 0.08
HSL 88.97º 0.81% 0.58% -
HSV(B) 88.97º 0.74% 0.92% -
XYZ 42.82 65.66 14.69 -
YUV 189.05 55.17 100.15 -
System Red Green Blue C M Y K H S L
Decimal 150 234 60 0.36 0 0.74 0.08 88.97 0.81 0.58
Hex 96 EA 3C 24 0 4A 8 59 51 3A
Octal 226 352 74 44 0 112 10 131 121 72
Binary 10010110 11101010 111100 100100 0 1001010 1000 1011001 1010001 111010

Color Harmonies of #96EA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA3C

Black with #96EA3C

Text Example


Text Example

White with #96EA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,60); }

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

background-color css

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

 a { background-color: rgb(150,234,60); }

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

border-color css

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

 span { border-color: rgb(150,234,60); }

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