Html Css Color HEX #96C93C Atlantis

📋 copy color: '#96C93C'

red 150 ◦ green 201 ◦ blue 60

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

Shades of Atlantis #96C93C

Tints of Atlantis #96C93C

RGB

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

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

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

R = 36.5%
G = 48.91%
B = 14.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#96C93C (or 0x96C93C) is known color: Atlantis. HEX triplet: 96, C9 and 3C. RGB value is (150,201,60). Sum of RGB (Red+Green+Blue) = 150+201+60=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #96C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C93C is #6936C3. Grayscale: #AAAAAA. Windows color (decimal): -6895300 or 3983766. OLE color: 3983766.

HSL color Cylindrical-coordinate representation of color #96C93C: hue angle of 81.7º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96C93C is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 60 -
CMYK 0.25 0 0.70 0.21
HSL 81.7º 0.57% 0.51% -
HSV(B) 81.7º 0.7% 0.79% -
XYZ 34.28 48.58 11.85 -
YUV 169.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 150 201 60 0.25 0 0.70 0.21 81.7 0.57 0.51
Hex 96 C9 3C 19 0 46 15 52 39 33
Octal 226 311 74 31 0 106 25 122 71 63
Binary 10010110 11001001 111100 11001 0 1000110 10101 1010010 111001 110011

Color Harmonies of #96C93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C93C

Black with #96C93C

Text Example


Text Example

White with #96C93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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