Html Css Color HEX #AFC945 Celery

📋 copy color: '#AFC945'

red 175 ◦ green 201 ◦ blue 69

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

Shades of Celery #AFC945

Tints of Celery #AFC945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 39.33%
G = 45.17%
B = 15.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#AFC945 (or 0xAFC945) is known color: Celery. HEX triplet: AF, C9 and 45. RGB value is (175,201,69). Sum of RGB (Red+Green+Blue) = 175+201+69=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC945 is #5036BA. Grayscale: #B2B2B2. Windows color (decimal): -5256891 or 4573615. OLE color: 4573615.

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

Color convert

RGB 175 201 69 -
CMYK 0.13 0 0.66 0.21
HSL 71.82º 0.55% 0.53% -
HSV(B) 71.82º 0.66% 0.79% -
XYZ 39.64 51.32 13.45 -
YUV 178.18 66.39 125.73 -
System Red Green Blue C M Y K H S L
Decimal 175 201 69 0.13 0 0.66 0.21 71.82 0.55 0.53
Hex AF C9 45 D 0 42 15 48 37 35
Octal 257 311 105 15 0 102 25 110 67 65
Binary 10101111 11001001 1000101 1101 0 1000010 10101 1001000 110111 110101

Color Harmonies of #AFC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC945

Black with #AFC945

Text Example


Text Example

White with #AFC945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC945; }

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

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

background-color css

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

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

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

border-color css

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

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

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