Html Css Color HEX #96C245 Atlantis

📋 copy color: '#96C245'

red 150 ◦ green 194 ◦ blue 69

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

Shades of Atlantis #96C245

Tints of Atlantis #96C245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.71%

R = 36.32%
G = 46.97%
B = 16.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#96C245 (or 0x96C245) is known color: Atlantis. HEX triplet: 96, C2 and 45. RGB value is (150,194,69). Sum of RGB (Red+Green+Blue) = 150+194+69=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #96C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C245 is #693DBA. Grayscale: #A7A7A7. Windows color (decimal): -6897083 or 4571798. OLE color: 4571798.

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

Color convert

RGB 150 194 69 -
CMYK 0.23 0 0.64 0.24
HSL 81.12º 0.51% 0.52% -
HSV(B) 81.12º 0.64% 0.76% -
XYZ 32.94 45.5 12.68 -
YUV 166.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 150 194 69 0.23 0 0.64 0.24 81.12 0.51 0.52
Hex 96 C2 45 17 0 40 18 51 33 34
Octal 226 302 105 27 0 100 30 121 63 64
Binary 10010110 11000010 1000101 10111 0 1000000 11000 1010001 110011 110100

Color Harmonies of #96C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C245

Black with #96C245

Text Example


Text Example

White with #96C245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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