Html Css Color HEX #96E24B Atlantis

📋 copy color: '#96E24B'

red 150 ◦ green 226 ◦ blue 75

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

Shades of Atlantis #96E24B

Tints of Atlantis #96E24B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.11%

 BLUE value IS 75 (29.69% from 255) = 16.63%

R = 33.26%
G = 50.11%
B = 16.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#96E24B (or 0x96E24B) is known color: Atlantis. HEX triplet: 96, E2 and 4B. RGB value is (150,226,75). Sum of RGB (Red+Green+Blue) = 150+226+75=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #96E24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E24B is #691DB4. Grayscale: #BABABA. Windows color (decimal): -6888885 or 4973206. OLE color: 4973206.

HSL color Cylindrical-coordinate representation of color #96E24B: hue angle of 90.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96E24B is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 226 75 -
CMYK 0.34 0 0.67 0.11
HSL 90.2º 0.72% 0.59% -
HSV(B) 90.2º 0.67% 0.89% -
XYZ 41.04 61.38 16.34 -
YUV 186.06 65.32 102.28 -
System Red Green Blue C M Y K H S L
Decimal 150 226 75 0.34 0 0.67 0.11 90.2 0.72 0.59
Hex 96 E2 4B 22 0 43 B 5A 48 3B
Octal 226 342 113 42 0 103 13 132 110 73
Binary 10010110 11100010 1001011 100010 0 1000011 1011 1011010 1001000 111011

Color Harmonies of #96E24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E24B

Black with #96E24B

Text Example


Text Example

White with #96E24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,226,75); }

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

background-color css

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

 a { background-color: rgb(150,226,75); }

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

border-color css

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

 span { border-color: rgb(150,226,75); }

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