Html Css Color HEX #AFC846 Celery

📋 copy color: '#AFC846'

red 175 ◦ green 200 ◦ blue 70

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

Shades of Celery #AFC846

Tints of Celery #AFC846

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

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

R = 39.33%
G = 44.94%
B = 15.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#AFC846 (or 0xAFC846) is known color: Celery. HEX triplet: AF, C8 and 46. RGB value is (175,200,70). Sum of RGB (Red+Green+Blue) = 175+200+70=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC846 is #5037B9. Grayscale: #B2B2B2. Windows color (decimal): -5257146 or 4638895. OLE color: 4638895.

HSL color Cylindrical-coordinate representation of color #AFC846: hue angle of 71.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC846 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 70 -
CMYK 0.12 0 0.65 0.22
HSL 71.54º 0.54% 0.53% -
HSV(B) 71.54º 0.65% 0.78% -
XYZ 39.44 50.86 13.53 -
YUV 177.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 175 200 70 0.12 0 0.65 0.22 71.54 0.54 0.53
Hex AF C8 46 C 0 41 16 48 36 35
Octal 257 310 106 14 0 101 26 110 66 65
Binary 10101111 11001000 1000110 1100 0 1000001 10110 1001000 110110 110101

Color Harmonies of #AFC846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC846

Black with #AFC846

Text Example


Text Example

White with #AFC846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC846; }

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

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

background-color css

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

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

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

border-color css

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

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

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