Html Css Color HEX #95C949 Atlantis

📋 copy color: '#95C949'

red 149 ◦ green 201 ◦ blue 73

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

Shades of Atlantis #95C949

Tints of Atlantis #95C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

 BLUE value IS 73 (28.91% from 255) = 17.26%

R = 35.22%
G = 47.52%
B = 17.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#95C949 (or 0x95C949) is known color: Atlantis. HEX triplet: 95, C9 and 49. RGB value is (149,201,73). Sum of RGB (Red+Green+Blue) = 149+201+73=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #95C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C949 is #6A36B6. Grayscale: #ABABAB. Windows color (decimal): -6960823 or 4835733. OLE color: 4835733.

HSL color Cylindrical-coordinate representation of color #95C949: hue angle of 84.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95C949 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 73 -
CMYK 0.26 0 0.64 0.21
HSL 84.38º 0.54% 0.54% -
HSV(B) 84.38º 0.64% 0.79% -
XYZ 34.48 48.64 13.88 -
YUV 170.86 72.77 112.41 -
System Red Green Blue C M Y K H S L
Decimal 149 201 73 0.26 0 0.64 0.21 84.38 0.54 0.54
Hex 95 C9 49 1A 0 40 15 54 36 36
Octal 225 311 111 32 0 100 25 124 66 66
Binary 10010101 11001001 1001001 11010 0 1000000 10101 1010100 110110 110110

Color Harmonies of #95C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C949

Black with #95C949

Text Example


Text Example

White with #95C949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,201,73); }

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

background-color css

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

 a { background-color: rgb(149,201,73); }

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

border-color css

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

 span { border-color: rgb(149,201,73); }

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