Html Css Color HEX #95C040 Atlantis

📋 copy color: '#95C040'

red 149 ◦ green 192 ◦ blue 64

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

Shades of Atlantis #95C040

Tints of Atlantis #95C040

RGB

 RED value IS 149 (58.59% from 255) = 36.79%

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

 BLUE value IS 64 (25.39% from 255) = 15.8%

R = 36.79%
G = 47.41%
B = 15.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#95C040 (or 0x95C040) is known color: Atlantis. HEX triplet: 95, C0 and 40. RGB value is (149,192,64). Sum of RGB (Red+Green+Blue) = 149+192+64=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #95C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C040 is #6A3FBF. Grayscale: #A5A5A5. Windows color (decimal): -6963136 or 4243605. OLE color: 4243605.

HSL color Cylindrical-coordinate representation of color #95C040: hue angle of 80.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95C040 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 64 -
CMYK 0.22 0 0.67 0.25
HSL 80.16º 0.5% 0.5% -
HSV(B) 80.16º 0.67% 0.75% -
XYZ 32.17 44.46 11.74 -
YUV 164.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 149 192 64 0.22 0 0.67 0.25 80.16 0.5 0.5
Hex 95 C0 40 16 0 43 19 50 32 32
Octal 225 300 100 26 0 103 31 120 62 62
Binary 10010101 11000000 1000000 10110 0 1000011 11001 1010000 110010 110010

Color Harmonies of #95C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C040

Black with #95C040

Text Example


Text Example

White with #95C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C040; }

 p { color: rgb(149,192,64); }

 H1.HeaderClassName
 {
   color: #95C040;
 }
 .AnyTagClassName
 {
   color: #95C040;
 }
</style>

background-color css

<style>
 a { background-color: #95C040; }

 a { background-color: rgb(149,192,64); }

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

border-color css

<style>
 span { border-color: #95C040; }

 span { border-color: rgb(149,192,64); }

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