Html Css Color HEX #96E13B Atlantis

📋 copy color: '#96E13B'

red 150 ◦ green 225 ◦ blue 59

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

Shades of Atlantis #96E13B

Tints of Atlantis #96E13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.84%

 BLUE value IS 59 (23.44% from 255) = 13.59%

R = 34.56%
G = 51.84%
B = 13.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#96E13B (or 0x96E13B) is known color: Atlantis. HEX triplet: 96, E1 and 3B. RGB value is (150,225,59). Sum of RGB (Red+Green+Blue) = 150+225+59=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #96E13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E13B is #691EC4. Grayscale: #B8B8B8. Windows color (decimal): -6889157 or 3924374. OLE color: 3924374.

HSL color Cylindrical-coordinate representation of color #96E13B: hue angle of 87.11º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96E13B is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 59 -
CMYK 0.33 0 0.74 0.12
HSL 87.11º 0.73% 0.56% -
HSV(B) 87.11º 0.74% 0.88% -
XYZ 40.29 60.65 13.72 -
YUV 183.65 57.65 104 -
System Red Green Blue C M Y K H S L
Decimal 150 225 59 0.33 0 0.74 0.12 87.11 0.73 0.56
Hex 96 E1 3B 21 0 4A C 57 49 38
Octal 226 341 73 41 0 112 14 127 111 70
Binary 10010110 11100001 111011 100001 0 1001010 1100 1010111 1001001 111000

Color Harmonies of #96E13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E13B

Black with #96E13B

Text Example


Text Example

White with #96E13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,59); }

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

background-color css

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

 a { background-color: rgb(150,225,59); }

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

border-color css

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

 span { border-color: rgb(150,225,59); }

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