#A3CF9B

Color #A3CF9B Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A3CF9B

Tints of Spring Rain #A3CF9B

Color information

#A3CF9B (or 0xA3CF9B) is unknown color: approx Spring Rain. HEX triplet: A3, CF and 9B. RGB value is (163,207,155). Sum of RGB (Red+Green+Blue) = 163+207+155=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CF9B is #5C3064. Grayscale: #BCBCBC. Windows color (decimal): -6041701 or 10211235. OLE color: 10211235.

HSL color Cylindrical-coordinate representation of color #A3CF9B: hue angle of 110.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3CF9B is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB163207155-
CMYK0.2100.250.19
HSL110.77º35.14%70.98%-
HSV(B)110.77º25.12%81.18%-
XYZ43.3354.7839.3-
YUV187.92109.42110.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=31.05%
G=39.43%
B=29.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632071550.2100.250.19110.7735.1470.98
HexA3CF9B15019136f2347
Octal243317233250312315743107
Binary101000111100111110011011101010110011001111011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CF9B; }

 p { color: rgb(163,207,155); }

 H1.HeaderClassName
 {
   color: #A3CF9B;
 }
 .AnyTagClassName
 {
   color: #A3CF9B;
 }
</style>
background-color css

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

 a { background-color: rgb(163,207,155); }

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

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

 span { border-color: rgb(163,207,155); }

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