Html Css Color HEX #96C33C Atlantis

📋 copy color: '#96C33C'

red 150 ◦ green 195 ◦ blue 60

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

Shades of Atlantis #96C33C

Tints of Atlantis #96C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 37.04%
G = 48.15%
B = 14.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#96C33C (or 0x96C33C) is known color: Atlantis. HEX triplet: 96, C3 and 3C. RGB value is (150,195,60). Sum of RGB (Red+Green+Blue) = 150+195+60=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #96C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C33C is #693CC3. Grayscale: #A6A6A6. Windows color (decimal): -6896836 or 3982230. OLE color: 3982230.

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

Color convert

RGB 150 195 60 -
CMYK 0.23 0 0.69 0.24
HSL 80º 0.53% 0.5% -
HSV(B) 80º 0.69% 0.76% -
XYZ 32.91 45.84 11.39 -
YUV 166.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 150 195 60 0.23 0 0.69 0.24 80 0.53 0.5
Hex 96 C3 3C 17 0 45 18 50 35 32
Octal 226 303 74 27 0 105 30 120 65 62
Binary 10010110 11000011 111100 10111 0 1000101 11000 1010000 110101 110010

Color Harmonies of #96C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C33C

Black with #96C33C

Text Example


Text Example

White with #96C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,60); }

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

background-color css

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

 a { background-color: rgb(150,195,60); }

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

border-color css

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

 span { border-color: rgb(150,195,60); }

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