Html Css Color HEX #96D045 Atlantis

📋 copy color: '#96D045'

red 150 ◦ green 208 ◦ blue 69

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

Shades of Atlantis #96D045

Tints of Atlantis #96D045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.71%

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

R = 35.13%
G = 48.71%
B = 16.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#96D045 (or 0x96D045) is known color: Atlantis. HEX triplet: 96, D0 and 45. RGB value is (150,208,69). Sum of RGB (Red+Green+Blue) = 150+208+69=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #96D045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D045 is #692FBA. Grayscale: #AFAFAF. Windows color (decimal): -6893499 or 4575382. OLE color: 4575382.

HSL color Cylindrical-coordinate representation of color #96D045: hue angle of 85.04º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96D045 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 69 -
CMYK 0.28 0 0.67 0.18
HSL 85.04º 0.6% 0.54% -
HSV(B) 85.04º 0.67% 0.82% -
XYZ 36.21 52.03 13.76 -
YUV 174.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 150 208 69 0.28 0 0.67 0.18 85.04 0.6 0.54
Hex 96 D0 45 1C 0 43 12 55 3C 36
Octal 226 320 105 34 0 103 22 125 74 66
Binary 10010110 11010000 1000101 11100 0 1000011 10010 1010101 111100 110110

Color Harmonies of #96D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D045

Black with #96D045

Text Example


Text Example

White with #96D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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