Html Css Color HEX #ADCFA2 Spring Rain

📋 copy color: '#ADCFA2'

red 173 ◦ green 207 ◦ blue 162

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

Shades of Spring Rain #ADCFA2

Tints of Spring Rain #ADCFA2

RGB

 RED value IS 173 (67.97% from 255) = 31.92%

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

 BLUE value IS 162 (63.67% from 255) = 29.89%

R = 31.92%
G = 38.19%
B = 29.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#ADCFA2 (or 0xADCFA2) is known color: Spring Rain. HEX triplet: AD, CF and A2. RGB value is (173,207,162). Sum of RGB (Red+Green+Blue) = 173+207+162=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFA2 is #52305D. Grayscale: #BFBFBF. Windows color (decimal): -5386334 or 10669997. OLE color: 10669997.

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

Color convert

RGB 173 207 162 -
CMYK 0.16 0 0.22 0.19
HSL 105.33º 0.32% 0.72% -
HSV(B) 105.33º 0.22% 0.81% -
XYZ 46.07 56.12 42.59 -
YUV 191.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 173 207 162 0.16 0 0.22 0.19 105.33 0.32 0.72
Hex AD CF A2 10 0 16 13 69 20 48
Octal 255 317 242 20 0 26 23 151 40 110
Binary 10101101 11001111 10100010 10000 0 10110 10011 1101001 100000 1001000

Color Harmonies of #ADCFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFA2

Black with #ADCFA2

Text Example


Text Example

White with #ADCFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFA2; }

 p { color: rgb(173,207,162); }

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

background-color css

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

 a { background-color: rgb(173,207,162); }

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

border-color css

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

 span { border-color: rgb(173,207,162); }

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