Html Css Color HEX #A8CA95 Spring Rain

📋 copy color: '#A8CA95'

red 168 ◦ green 202 ◦ blue 149

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

Shades of Spring Rain #A8CA95

Tints of Spring Rain #A8CA95

RGB

 RED value IS 168 (66.02% from 255) = 32.37%

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

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 32.37%
G = 38.92%
B = 28.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#A8CA95 (or 0xA8CA95) is known color: Spring Rain. HEX triplet: A8, CA and 95. RGB value is (168,202,149). Sum of RGB (Red+Green+Blue) = 168+202+149=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA95 is #57356A. Grayscale: #B9B9B9. Windows color (decimal): -5715307 or 9816744. OLE color: 9816744.

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

Color convert

RGB 168 202 149 -
CMYK 0.17 0 0.26 0.21
HSL 98.49º 0.33% 0.69% -
HSV(B) 98.49º 0.26% 0.79% -
XYZ 42.69 52.74 36.36 -
YUV 185.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 168 202 149 0.17 0 0.26 0.21 98.49 0.33 0.69
Hex A8 CA 95 11 0 1A 15 62 21 45
Octal 250 312 225 21 0 32 25 142 41 105
Binary 10101000 11001010 10010101 10001 0 11010 10101 1100010 100001 1000101

Color Harmonies of #A8CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA95

Black with #A8CA95

Text Example


Text Example

White with #A8CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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