Html Css Color HEX #96EA44 Atlantis

📋 copy color: '#96EA44'

red 150 ◦ green 234 ◦ blue 68

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

Shades of Atlantis #96EA44

Tints of Atlantis #96EA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.04%

R = 33.19%
G = 51.77%
B = 15.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#96EA44 (or 0x96EA44) is known color: Atlantis. HEX triplet: 96, EA and 44. RGB value is (150,234,68). Sum of RGB (Red+Green+Blue) = 150+234+68=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA44 is #6915BB. Grayscale: #BEBEBE. Windows color (decimal): -6886844 or 4516502. OLE color: 4516502.

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

Color convert

RGB 150 234 68 -
CMYK 0.36 0 0.71 0.08
HSL 90.36º 0.8% 0.59% -
HSV(B) 90.36º 0.71% 0.92% -
XYZ 43.04 65.75 15.89 -
YUV 189.96 59.17 99.5 -
System Red Green Blue C M Y K H S L
Decimal 150 234 68 0.36 0 0.71 0.08 90.36 0.8 0.59
Hex 96 EA 44 24 0 47 8 5A 50 3B
Octal 226 352 104 44 0 107 10 132 120 73
Binary 10010110 11101010 1000100 100100 0 1000111 1000 1011010 1010000 111011

Color Harmonies of #96EA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA44

Black with #96EA44

Text Example


Text Example

White with #96EA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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