Html Css Color HEX #95C446 Atlantis

📋 copy color: '#95C446'

red 149 ◦ green 196 ◦ blue 70

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

Shades of Atlantis #95C446

Tints of Atlantis #95C446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.23%

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

R = 35.9%
G = 47.23%
B = 16.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#95C446 (or 0x95C446) is known color: Atlantis. HEX triplet: 95, C4 and 46. RGB value is (149,196,70). Sum of RGB (Red+Green+Blue) = 149+196+70=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #95C446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C446 is #6A3BB9. Grayscale: #A8A8A8. Windows color (decimal): -6962106 or 4637845. OLE color: 4637845.

HSL color Cylindrical-coordinate representation of color #95C446: hue angle of 82.38º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95C446 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 70 -
CMYK 0.24 0 0.64 0.23
HSL 82.38º 0.52% 0.52% -
HSV(B) 82.38º 0.64% 0.77% -
XYZ 33.24 46.31 12.98 -
YUV 167.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 149 196 70 0.24 0 0.64 0.23 82.38 0.52 0.52
Hex 95 C4 46 18 0 40 17 52 34 34
Octal 225 304 106 30 0 100 27 122 64 64
Binary 10010101 11000100 1000110 11000 0 1000000 10111 1010010 110100 110100

Color Harmonies of #95C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C446

Black with #95C446

Text Example


Text Example

White with #95C446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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