Html Css Color HEX #95CA4E Atlantis

📋 copy color: '#95CA4E'

red 149 ◦ green 202 ◦ blue 78

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

Shades of Atlantis #95CA4E

Tints of Atlantis #95CA4E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.09%

 BLUE value IS 78 (30.86% from 255) = 18.18%

R = 34.73%
G = 47.09%
B = 18.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#95CA4E (or 0x95CA4E) is known color: Atlantis. HEX triplet: 95, CA and 4E. RGB value is (149,202,78). Sum of RGB (Red+Green+Blue) = 149+202+78=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA4E is #6A35B1. Grayscale: #ACACAC. Windows color (decimal): -6960562 or 5163669. OLE color: 5163669.

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

Color convert

RGB 149 202 78 -
CMYK 0.26 0 0.61 0.21
HSL 85.65º 0.54% 0.55% -
HSV(B) 85.65º 0.61% 0.79% -
XYZ 34.89 49.18 14.86 -
YUV 172.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 149 202 78 0.26 0 0.61 0.21 85.65 0.54 0.55
Hex 95 CA 4E 1A 0 3D 15 56 36 37
Octal 225 312 116 32 0 75 25 126 66 67
Binary 10010101 11001010 1001110 11010 0 111101 10101 1010110 110110 110111

Color Harmonies of #95CA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA4E

Black with #95CA4E

Text Example


Text Example

White with #95CA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,78); }

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

background-color css

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

 a { background-color: rgb(149,202,78); }

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

border-color css

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

 span { border-color: rgb(149,202,78); }

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