Html Css Color HEX #96D236 Atlantis

📋 copy color: '#96D236'

red 150 ◦ green 210 ◦ blue 54

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

Shades of Atlantis #96D236

Tints of Atlantis #96D236

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.72%

 BLUE value IS 54 (21.48% from 255) = 13.04%

R = 36.23%
G = 50.72%
B = 13.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#96D236 (or 0x96D236) is known color: Atlantis. HEX triplet: 96, D2 and 36. RGB value is (150,210,54). Sum of RGB (Red+Green+Blue) = 150+210+54=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #96D236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D236 is #692DC9. Grayscale: #AEAEAE. Windows color (decimal): -6893002 or 3592854. OLE color: 3592854.

HSL color Cylindrical-coordinate representation of color #96D236: hue angle of 83.08º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96D236 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 210 54 -
CMYK 0.29 0 0.74 0.18
HSL 83.08º 0.63% 0.52% -
HSV(B) 83.08º 0.74% 0.82% -
XYZ 36.29 52.84 11.78 -
YUV 174.28 60.12 110.68 -
System Red Green Blue C M Y K H S L
Decimal 150 210 54 0.29 0 0.74 0.18 83.08 0.63 0.52
Hex 96 D2 36 1D 0 4A 12 53 3F 34
Octal 226 322 66 35 0 112 22 123 77 64
Binary 10010110 11010010 110110 11101 0 1001010 10010 1010011 111111 110100

Color Harmonies of #96D236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D236

Black with #96D236

Text Example


Text Example

White with #96D236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,210,54); }

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

background-color css

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

 a { background-color: rgb(150,210,54); }

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

border-color css

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

 span { border-color: rgb(150,210,54); }

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