Html Css Color HEX #95C354 Atlantis

📋 copy color: '#95C354'

red 149 ◦ green 195 ◦ blue 84

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

Shades of Atlantis #95C354

Tints of Atlantis #95C354

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.56%

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 34.81%
G = 45.56%
B = 19.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#95C354 (or 0x95C354) is known color: Atlantis. HEX triplet: 95, C3 and 54. RGB value is (149,195,84). Sum of RGB (Red+Green+Blue) = 149+195+84=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #95C354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C354 is #6A3CAB. Grayscale: #A8A8A8. Windows color (decimal): -6962348 or 5555093. OLE color: 5555093.

HSL color Cylindrical-coordinate representation of color #95C354: hue angle of 84.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95C354 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 84 -
CMYK 0.24 0 0.57 0.24
HSL 84.86º 0.48% 0.55% -
HSV(B) 84.86º 0.57% 0.76% -
XYZ 33.51 46.06 15.51 -
YUV 168.59 80.26 114.03 -
System Red Green Blue C M Y K H S L
Decimal 149 195 84 0.24 0 0.57 0.24 84.86 0.48 0.55
Hex 95 C3 54 18 0 39 18 55 30 37
Octal 225 303 124 30 0 71 30 125 60 67
Binary 10010101 11000011 1010100 11000 0 111001 11000 1010101 110000 110111

Color Harmonies of #95C354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C354

Black with #95C354

Text Example


Text Example

White with #95C354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,84); }

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

background-color css

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

 a { background-color: rgb(149,195,84); }

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

border-color css

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

 span { border-color: rgb(149,195,84); }

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