Html Css Color HEX #96C33F Atlantis

📋 copy color: '#96C33F'

red 150 ◦ green 195 ◦ blue 63

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

Shades of Atlantis #96C33F

Tints of Atlantis #96C33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.44%

R = 36.76%
G = 47.79%
B = 15.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#96C33F (or 0x96C33F) is known color: Atlantis. HEX triplet: 96, C3 and 3F. RGB value is (150,195,63). Sum of RGB (Red+Green+Blue) = 150+195+63=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #96C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C33F is #693CC0. Grayscale: #A6A6A6. Windows color (decimal): -6896833 or 4178838. OLE color: 4178838.

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

Color convert

RGB 150 195 63 -
CMYK 0.23 0 0.68 0.24
HSL 80.45º 0.52% 0.51% -
HSV(B) 80.45º 0.68% 0.76% -
XYZ 32.99 45.87 11.82 -
YUV 166.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 150 195 63 0.23 0 0.68 0.24 80.45 0.52 0.51
Hex 96 C3 3F 17 0 44 18 50 34 33
Octal 226 303 77 27 0 104 30 120 64 63
Binary 10010110 11000011 111111 10111 0 1000100 11000 1010000 110100 110011

Color Harmonies of #96C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C33F

Black with #96C33F

Text Example


Text Example

White with #96C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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