Html Css Color HEX #96C942 Atlantis

📋 copy color: '#96C942'

red 150 ◦ green 201 ◦ blue 66

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

Shades of Atlantis #96C942

Tints of Atlantis #96C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.2%

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 35.97%
G = 48.2%
B = 15.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#96C942 (or 0x96C942) is known color: Atlantis. HEX triplet: 96, C9 and 42. RGB value is (150,201,66). Sum of RGB (Red+Green+Blue) = 150+201+66=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #96C942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C942 is #6936BD. Grayscale: #AAAAAA. Windows color (decimal): -6895294 or 4376982. OLE color: 4376982.

HSL color Cylindrical-coordinate representation of color #96C942: hue angle of 82.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96C942 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 66 -
CMYK 0.25 0 0.67 0.21
HSL 82.67º 0.56% 0.52% -
HSV(B) 82.67º 0.67% 0.79% -
XYZ 34.45 48.65 12.73 -
YUV 170.36 69.1 113.48 -
System Red Green Blue C M Y K H S L
Decimal 150 201 66 0.25 0 0.67 0.21 82.67 0.56 0.52
Hex 96 C9 42 19 0 43 15 53 38 34
Octal 226 311 102 31 0 103 25 123 70 64
Binary 10010110 11001001 1000010 11001 0 1000011 10101 1010011 111000 110100

Color Harmonies of #96C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C942

Black with #96C942

Text Example


Text Example

White with #96C942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,201,66); }

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

background-color css

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

 a { background-color: rgb(150,201,66); }

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

border-color css

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

 span { border-color: rgb(150,201,66); }

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