#ACCF9B

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

Shades of Spring Rain #ACCF9B

Tints of Spring Rain #ACCF9B

Color information

#ACCF9B (or 0xACCF9B) is unknown color: approx Spring Rain. HEX triplet: AC, CF and 9B. RGB value is (172,207,155). Sum of RGB (Red+Green+Blue) = 172+207+155=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF9B is #533064. Grayscale: #BEBEBE. Windows color (decimal): -5451877 or 10211244. OLE color: 10211244.

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

Color convert

RGB172207155-
CMYK0.1700.250.19
HSL100.38º35.14%70.98%-
HSV(B)100.38º25.12%81.18%-
XYZ45.2455.7639.39-
YUV190.61107.9114.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=32.21%
G=38.76%
B=29.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071550.1700.250.19100.3835.1470.98
HexACCF9B1101913642347
Octal254317233210312314443107
Binary101011001100111110011011100010110011001111001001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF9B; }

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

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

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

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

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

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

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

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