Html Css Color HEX #A6CFA0 Spring Rain

📋 copy color: '#A6CFA0'

red 166 ◦ green 207 ◦ blue 160

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

Shades of Spring Rain #A6CFA0

Tints of Spring Rain #A6CFA0

RGB

 RED value IS 166 (65.23% from 255) = 31.14%

 GREEN value IS 207 (81.25% from 255) = 38.84%

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

R = 31.14%
G = 38.84%
B = 30.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#A6CFA0 (or 0xA6CFA0) is known color: Spring Rain. HEX triplet: A6, CF and A0. RGB value is (166,207,160). Sum of RGB (Red+Green+Blue) = 166+207+160=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFA0 is #59305F. Grayscale: #BDBDBD. Windows color (decimal): -5845088 or 10538918. OLE color: 10538918.

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

Color convert

RGB 166 207 160 -
CMYK 0.20 0 0.23 0.19
HSL 112.34º 0.33% 0.72% -
HSV(B) 112.34º 0.23% 0.81% -
XYZ 44.38 55.27 41.59 -
YUV 189.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 166 207 160 0.20 0 0.23 0.19 112.34 0.33 0.72
Hex A6 CF A0 14 0 17 13 70 21 48
Octal 246 317 240 24 0 27 23 160 41 110
Binary 10100110 11001111 10100000 10100 0 10111 10011 1110000 100001 1001000

Color Harmonies of #A6CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFA0

Black with #A6CFA0

Text Example


Text Example

White with #A6CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFA0; }

 p { color: rgb(166,207,160); }

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

background-color css

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

 a { background-color: rgb(166,207,160); }

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

border-color css

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

 span { border-color: rgb(166,207,160); }

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