Html Css Color HEX #A4CEA0 Spring Rain

📋 copy color: '#A4CEA0'

red 164 ◦ green 206 ◦ blue 160

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

Shades of Spring Rain #A4CEA0

Tints of Spring Rain #A4CEA0

RGB

 RED value IS 164 (64.45% from 255) = 30.94%

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

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

R = 30.94%
G = 38.87%
B = 30.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#A4CEA0 (or 0xA4CEA0) is known color: Spring Rain. HEX triplet: A4, CE and A0. RGB value is (164,206,160). Sum of RGB (Red+Green+Blue) = 164+206+160=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CEA0 is #5B315F. Grayscale: #BCBCBC. Windows color (decimal): -5976416 or 10538660. OLE color: 10538660.

HSL color Cylindrical-coordinate representation of color #A4CEA0: hue angle of 114.78º 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 #A4CEA0 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 160 -
CMYK 0.20 0 0.22 0.19
HSL 114.78º 0.32% 0.72% -
HSV(B) 114.78º 0.22% 0.81% -
XYZ 43.73 54.57 41.49 -
YUV 188.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 164 206 160 0.20 0 0.22 0.19 114.78 0.32 0.72
Hex A4 CE A0 14 0 16 13 73 20 48
Octal 244 316 240 24 0 26 23 163 40 110
Binary 10100100 11001110 10100000 10100 0 10110 10011 1110011 100000 1001000

Color Harmonies of #A4CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CEA0

Black with #A4CEA0

Text Example


Text Example

White with #A4CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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