Html Css Color HEX #A8CEA0 Spring Rain

📋 copy color: '#A8CEA0'

red 168 ◦ green 206 ◦ blue 160

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

Shades of Spring Rain #A8CEA0

Tints of Spring Rain #A8CEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 160 (62.89% from 255) = 29.96%

R = 31.46%
G = 38.58%
B = 29.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#A8CEA0 (or 0xA8CEA0) is known color: Spring Rain. HEX triplet: A8, CE and A0. RGB value is (168,206,160). Sum of RGB (Red+Green+Blue) = 168+206+160=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEA0 is #57315F. Grayscale: #BDBDBD. Windows color (decimal): -5714272 or 10538664. OLE color: 10538664.

HSL color Cylindrical-coordinate representation of color #A8CEA0: hue angle of 109.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8CEA0 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 160 -
CMYK 0.18 0 0.22 0.19
HSL 109.57º 0.32% 0.72% -
HSV(B) 109.57º 0.22% 0.81% -
XYZ 44.56 55.01 41.53 -
YUV 189.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 168 206 160 0.18 0 0.22 0.19 109.57 0.32 0.72
Hex A8 CE A0 12 0 16 13 6E 20 48
Octal 250 316 240 22 0 26 23 156 40 110
Binary 10101000 11001110 10100000 10010 0 10110 10011 1101110 100000 1001000

Color Harmonies of #A8CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEA0

Black with #A8CEA0

Text Example


Text Example

White with #A8CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEA0; }

 p { color: rgb(168,206,160); }

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

background-color css

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

 a { background-color: rgb(168,206,160); }

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

border-color css

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

 span { border-color: rgb(168,206,160); }

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