Html Css Color HEX #AFC246 Celery

📋 copy color: '#AFC246'

red 175 ◦ green 194 ◦ blue 70

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

Shades of Celery #AFC246

Tints of Celery #AFC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.19%

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 39.86%
G = 44.19%
B = 15.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#AFC246 (or 0xAFC246) is known color: Celery. HEX triplet: AF, C2 and 46. RGB value is (175,194,70). Sum of RGB (Red+Green+Blue) = 175+194+70=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC246 is #503DB9. Grayscale: #AEAEAE. Windows color (decimal): -5258682 or 4637359. OLE color: 4637359.

HSL color Cylindrical-coordinate representation of color #AFC246: hue angle of 69.19º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC246 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 70 -
CMYK 0.10 0 0.64 0.24
HSL 69.19º 0.5% 0.52% -
HSV(B) 69.19º 0.64% 0.76% -
XYZ 38.08 48.14 13.08 -
YUV 174.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 175 194 70 0.10 0 0.64 0.24 69.19 0.5 0.52
Hex AF C2 46 A 0 40 18 45 32 34
Octal 257 302 106 12 0 100 30 105 62 64
Binary 10101111 11000010 1000110 1010 0 1000000 11000 1000101 110010 110100

Color Harmonies of #AFC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC246

Black with #AFC246

Text Example


Text Example

White with #AFC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC246; }

 p { color: rgb(175,194,70); }

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

background-color css

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

 a { background-color: rgb(175,194,70); }

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

border-color css

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

 span { border-color: rgb(175,194,70); }

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