Html Css Color HEX #96C252 Atlantis

📋 copy color: '#96C252'

red 150 ◦ green 194 ◦ blue 82

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

Shades of Atlantis #96C252

Tints of Atlantis #96C252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 82 (32.42% from 255) = 19.25%

R = 35.21%
G = 45.54%
B = 19.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#96C252 (or 0x96C252) is known color: Atlantis. HEX triplet: 96, C2 and 52. RGB value is (150,194,82). Sum of RGB (Red+Green+Blue) = 150+194+82=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #96C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C252 is #693DAD. Grayscale: #A8A8A8. Windows color (decimal): -6897070 or 5423766. OLE color: 5423766.

HSL color Cylindrical-coordinate representation of color #96C252: hue angle of 83.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96C252 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 82 -
CMYK 0.23 0 0.58 0.24
HSL 83.57º 0.48% 0.54% -
HSV(B) 83.57º 0.58% 0.76% -
XYZ 33.39 45.68 15.04 -
YUV 168.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 150 194 82 0.23 0 0.58 0.24 83.57 0.48 0.54
Hex 96 C2 52 17 0 3A 18 54 30 36
Octal 226 302 122 27 0 72 30 124 60 66
Binary 10010110 11000010 1010010 10111 0 111010 11000 1010100 110000 110110

Color Harmonies of #96C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C252

Black with #96C252

Text Example


Text Example

White with #96C252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,82); }

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

background-color css

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

 a { background-color: rgb(150,194,82); }

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

border-color css

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

 span { border-color: rgb(150,194,82); }

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