Html Css Color HEX #96C745 Atlantis

📋 copy color: '#96C745'

red 150 ◦ green 199 ◦ blue 69

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

Shades of Atlantis #96C745

Tints of Atlantis #96C745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

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

R = 35.89%
G = 47.61%
B = 16.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#96C745 (or 0x96C745) is known color: Atlantis. HEX triplet: 96, C7 and 45. RGB value is (150,199,69). Sum of RGB (Red+Green+Blue) = 150+199+69=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #96C745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C745 is #6938BA. Grayscale: #AAAAAA. Windows color (decimal): -6895803 or 4573078. OLE color: 4573078.

HSL color Cylindrical-coordinate representation of color #96C745: hue angle of 82.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96C745 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 199 69 -
CMYK 0.25 0 0.65 0.22
HSL 82.62º 0.54% 0.53% -
HSV(B) 82.62º 0.65% 0.78% -
XYZ 34.08 47.76 13.05 -
YUV 169.53 71.27 114.07 -
System Red Green Blue C M Y K H S L
Decimal 150 199 69 0.25 0 0.65 0.22 82.62 0.54 0.53
Hex 96 C7 45 19 0 41 16 53 36 35
Octal 226 307 105 31 0 101 26 123 66 65
Binary 10010110 11000111 1000101 11001 0 1000001 10110 1010011 110110 110101

Color Harmonies of #96C745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C745

Black with #96C745

Text Example


Text Example

White with #96C745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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