Html Css Color HEX #AFCDA1 Spring Rain

📋 copy color: '#AFCDA1'

red 175 ◦ green 205 ◦ blue 161

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

Shades of Spring Rain #AFCDA1

Tints of Spring Rain #AFCDA1

RGB

 RED value IS 175 (68.75% from 255) = 32.35%

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 161 (63.28% from 255) = 29.76%

R = 32.35%
G = 37.89%
B = 29.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#AFCDA1 (or 0xAFCDA1) is known color: Spring Rain. HEX triplet: AF, CD and A1. RGB value is (175,205,161). Sum of RGB (Red+Green+Blue) = 175+205+161=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA1 is #50325E. Grayscale: #BFBFBF. Windows color (decimal): -5255775 or 10603951. OLE color: 10603951.

HSL color Cylindrical-coordinate representation of color #AFCDA1: hue angle of 100.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCDA1 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 161 -
CMYK 0.15 0 0.21 0.20
HSL 100.91º 0.31% 0.72% -
HSV(B) 100.91º 0.21% 0.8% -
XYZ 45.94 55.35 41.98 -
YUV 191.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 175 205 161 0.15 0 0.21 0.20 100.91 0.31 0.72
Hex AF CD A1 F 0 15 14 65 1F 48
Octal 257 315 241 17 0 25 24 145 37 110
Binary 10101111 11001101 10100001 1111 0 10101 10100 1100101 11111 1001000

Color Harmonies of #AFCDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDA1

Black with #AFCDA1

Text Example


Text Example

White with #AFCDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDA1; }

 p { color: rgb(175,205,161); }

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

background-color css

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

 a { background-color: rgb(175,205,161); }

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

border-color css

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

 span { border-color: rgb(175,205,161); }

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