Html Css Color HEX #95C04C Atlantis

📋 copy color: '#95C04C'

red 149 ◦ green 192 ◦ blue 76

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

Shades of Atlantis #95C04C

Tints of Atlantis #95C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.23%

R = 35.73%
G = 46.04%
B = 18.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#95C04C (or 0x95C04C) is known color: Atlantis. HEX triplet: 95, C0 and 4C. RGB value is (149,192,76). Sum of RGB (Red+Green+Blue) = 149+192+76=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #95C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C04C is #6A3FB3. Grayscale: #A6A6A6. Windows color (decimal): -6963124 or 5030037. OLE color: 5030037.

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

Color convert

RGB 149 192 76 -
CMYK 0.22 0 0.60 0.25
HSL 82.24º 0.48% 0.53% -
HSV(B) 82.24º 0.6% 0.75% -
XYZ 32.55 44.61 13.73 -
YUV 165.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 149 192 76 0.22 0 0.60 0.25 82.24 0.48 0.53
Hex 95 C0 4C 16 0 3C 19 52 30 35
Octal 225 300 114 26 0 74 31 122 60 65
Binary 10010101 11000000 1001100 10110 0 111100 11001 1010010 110000 110101

Color Harmonies of #95C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C04C

Black with #95C04C

Text Example


Text Example

White with #95C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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