#AFC950

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

Shades of Celery #AFC950

Tints of Celery #AFC950

Color information

#AFC950 (or 0xAFC950) is unknown color: approx Celery. HEX triplet: AF, C9 and 50. RGB value is (175,201,80). Sum of RGB (Red+Green+Blue) = 175+201+80=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC950 is #5036AF. Grayscale: #B3B3B3. Windows color (decimal): -5256880 or 5294511. OLE color: 5294511.

HSL color Cylindrical-coordinate representation of color #AFC950: hue angle of 72.89º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC950 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB17520180-
CMYK0.1300.600.21
HSL72.89º52.84%55.1%-
HSV(B)72.89º60.2%78.82%-
XYZ40.0151.4715.41-
YUV179.4371.89124.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=38.38%
G=44.08%
B=17.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175201800.1300.600.2172.8952.8455.1
HexAFC950D03C15493537
Octal25731112015074251116567
Binary1010111111001001101000011010111100101011001001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC950; }

 p { color: rgb(175,201,80); }

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

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

 a { background-color: rgb(175,201,80); }

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

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

 span { border-color: rgb(175,201,80); }

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