Html Css Color HEX #A8CA9E Spring Rain

📋 copy color: '#A8CA9E'

red 168 ◦ green 202 ◦ blue 158

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

Shades of Spring Rain #A8CA9E

Tints of Spring Rain #A8CA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.92%

R = 31.82%
G = 38.26%
B = 29.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#A8CA9E (or 0xA8CA9E) is known color: Spring Rain. HEX triplet: A8, CA and 9E. RGB value is (168,202,158). Sum of RGB (Red+Green+Blue) = 168+202+158=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA9E is #573561. Grayscale: #BABABA. Windows color (decimal): -5715298 or 10406568. OLE color: 10406568.

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

Color convert

RGB 168 202 158 -
CMYK 0.17 0 0.22 0.21
HSL 106.36º 0.29% 0.71% -
HSV(B) 106.36º 0.22% 0.79% -
XYZ 43.44 53.03 40.29 -
YUV 186.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 168 202 158 0.17 0 0.22 0.21 106.36 0.29 0.71
Hex A8 CA 9E 11 0 16 15 6A 1D 47
Octal 250 312 236 21 0 26 25 152 35 107
Binary 10101000 11001010 10011110 10001 0 10110 10101 1101010 11101 1000111

Color Harmonies of #A8CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA9E

Black with #A8CA9E

Text Example


Text Example

White with #A8CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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