Html Css Color HEX #AFC949 Celery

📋 copy color: '#AFC949'

red 175 ◦ green 201 ◦ blue 73

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

Shades of Celery #AFC949

Tints of Celery #AFC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

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

R = 38.98%
G = 44.77%
B = 16.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#AFC949 (or 0xAFC949) is known color: Celery. HEX triplet: AF, C9 and 49. RGB value is (175,201,73). Sum of RGB (Red+Green+Blue) = 175+201+73=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC949 is #5036B6. Grayscale: #B3B3B3. Windows color (decimal): -5256887 or 4835759. OLE color: 4835759.

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

Color convert

RGB 175 201 73 -
CMYK 0.13 0 0.64 0.21
HSL 72.19º 0.54% 0.54% -
HSV(B) 72.19º 0.64% 0.79% -
XYZ 39.77 51.37 14.12 -
YUV 178.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 175 201 73 0.13 0 0.64 0.21 72.19 0.54 0.54
Hex AF C9 49 D 0 40 15 48 36 36
Octal 257 311 111 15 0 100 25 110 66 66
Binary 10101111 11001001 1001001 1101 0 1000000 10101 1001000 110110 110110

Color Harmonies of #AFC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC949

Black with #AFC949

Text Example


Text Example

White with #AFC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC949; }

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

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

background-color css

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

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

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

border-color css

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

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

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