Html Css Color HEX #ABCFA0 Spring Rain

📋 copy color: '#ABCFA0'

red 171 ◦ green 207 ◦ blue 160

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

Shades of Spring Rain #ABCFA0

Tints of Spring Rain #ABCFA0

RGB

 RED value IS 171 (67.19% from 255) = 31.78%

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

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

R = 31.78%
G = 38.48%
B = 29.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#ABCFA0 (or 0xABCFA0) is known color: Spring Rain. HEX triplet: AB, CF and A0. RGB value is (171,207,160). Sum of RGB (Red+Green+Blue) = 171+207+160=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFA0 is #54305F. Grayscale: #BFBFBF. Windows color (decimal): -5517408 or 10538923. OLE color: 10538923.

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

Color convert

RGB 171 207 160 -
CMYK 0.17 0 0.23 0.19
HSL 105.96º 0.33% 0.72% -
HSV(B) 105.96º 0.23% 0.81% -
XYZ 45.45 55.82 41.64 -
YUV 190.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 171 207 160 0.17 0 0.23 0.19 105.96 0.33 0.72
Hex AB CF A0 11 0 17 13 6A 21 48
Octal 253 317 240 21 0 27 23 152 41 110
Binary 10101011 11001111 10100000 10001 0 10111 10011 1101010 100001 1001000

Color Harmonies of #ABCFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFA0

Black with #ABCFA0

Text Example


Text Example

White with #ABCFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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