Html Css Color HEX #96C045 Atlantis

📋 copy color: '#96C045'

red 150 ◦ green 192 ◦ blue 69

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

Shades of Atlantis #96C045

Tints of Atlantis #96C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

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

R = 36.5%
G = 46.72%
B = 16.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#96C045 (or 0x96C045) is known color: Atlantis. HEX triplet: 96, C0 and 45. RGB value is (150,192,69). Sum of RGB (Red+Green+Blue) = 150+192+69=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #96C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C045 is #693FBA. Grayscale: #A5A5A5. Windows color (decimal): -6897595 or 4571286. OLE color: 4571286.

HSL color Cylindrical-coordinate representation of color #96C045: hue angle of 80.49º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96C045 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 69 -
CMYK 0.22 0 0.64 0.25
HSL 80.49º 0.49% 0.51% -
HSV(B) 80.49º 0.64% 0.75% -
XYZ 32.5 44.61 12.53 -
YUV 165.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 150 192 69 0.22 0 0.64 0.25 80.49 0.49 0.51
Hex 96 C0 45 16 0 40 19 50 31 33
Octal 226 300 105 26 0 100 31 120 61 63
Binary 10010110 11000000 1000101 10110 0 1000000 11001 1010000 110001 110011

Color Harmonies of #96C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C045

Black with #96C045

Text Example


Text Example

White with #96C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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