Html Css Color HEX #AFC948 Celery

📋 copy color: '#AFC948'

red 175 ◦ green 201 ◦ blue 72

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

Shades of Celery #AFC948

Tints of Celery #AFC948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 39.06%
G = 44.87%
B = 16.07%

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

#AFC948 (or 0xAFC948) is known color: Celery. HEX triplet: AF, C9 and 48. RGB value is (175,201,72). Sum of RGB (Red+Green+Blue) = 175+201+72=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC948 is #5036B7. Grayscale: #B3B3B3. Windows color (decimal): -5256888 or 4770223. OLE color: 4770223.

HSL color Cylindrical-coordinate representation of color #AFC948: hue angle of 72.09º 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 #AFC948 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 72 -
CMYK 0.13 0 0.64 0.21
HSL 72.09º 0.54% 0.54% -
HSV(B) 72.09º 0.64% 0.79% -
XYZ 39.74 51.36 13.95 -
YUV 178.52 67.89 125.49 -
System Red Green Blue C M Y K H S L
Decimal 175 201 72 0.13 0 0.64 0.21 72.09 0.54 0.54
Hex AF C9 48 D 0 40 15 48 36 36
Octal 257 311 110 15 0 100 25 110 66 66
Binary 10101111 11001001 1001000 1101 0 1000000 10101 1001000 110110 110110

Color Harmonies of #AFC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC948

Black with #AFC948

Text Example


Text Example

White with #AFC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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