Html Css Color HEX #AFC049 Celery

📋 copy color: '#AFC049'

red 175 ◦ green 192 ◦ blue 73

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

Shades of Celery #AFC049

Tints of Celery #AFC049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 39.77%
G = 43.64%
B = 16.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#AFC049 (or 0xAFC049) is known color: Celery. HEX triplet: AF, C0 and 49. RGB value is (175,192,73). Sum of RGB (Red+Green+Blue) = 175+192+73=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC049 is #503FB6. Grayscale: #ADADAD. Windows color (decimal): -5259191 or 4833455. OLE color: 4833455.

HSL color Cylindrical-coordinate representation of color #AFC049: hue angle of 68.57º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC049 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 73 -
CMYK 0.09 0 0.62 0.25
HSL 68.57º 0.49% 0.52% -
HSV(B) 68.57º 0.62% 0.75% -
XYZ 37.73 47.29 13.44 -
YUV 173.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 175 192 73 0.09 0 0.62 0.25 68.57 0.49 0.52
Hex AF C0 49 9 0 3E 19 45 31 34
Octal 257 300 111 11 0 76 31 105 61 64
Binary 10101111 11000000 1001001 1001 0 111110 11001 1000101 110001 110100

Color Harmonies of #AFC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC049

Black with #AFC049

Text Example


Text Example

White with #AFC049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC049; }

 p { color: rgb(175,192,73); }

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

background-color css

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

 a { background-color: rgb(175,192,73); }

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

border-color css

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

 span { border-color: rgb(175,192,73); }

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