Html Css Color HEX #95C046 Atlantis

📋 copy color: '#95C046'

red 149 ◦ green 192 ◦ blue 70

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

Shades of Atlantis #95C046

Tints of Atlantis #95C046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 36.25%
G = 46.72%
B = 17.03%

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

#95C046 (or 0x95C046) is known color: Atlantis. HEX triplet: 95, C0 and 46. RGB value is (149,192,70). Sum of RGB (Red+Green+Blue) = 149+192+70=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #95C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C046 is #6A3FB9. Grayscale: #A5A5A5. Windows color (decimal): -6963130 or 4636821. OLE color: 4636821.

HSL color Cylindrical-coordinate representation of color #95C046: hue angle of 81.15º 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 #95C046 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 70 -
CMYK 0.22 0 0.64 0.25
HSL 81.15º 0.49% 0.51% -
HSV(B) 81.15º 0.64% 0.75% -
XYZ 32.35 44.53 12.68 -
YUV 165.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 149 192 70 0.22 0 0.64 0.25 81.15 0.49 0.51
Hex 95 C0 46 16 0 40 19 51 31 33
Octal 225 300 106 26 0 100 31 121 61 63
Binary 10010101 11000000 1000110 10110 0 1000000 11001 1010001 110001 110011

Color Harmonies of #95C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C046

Black with #95C046

Text Example


Text Example

White with #95C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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