Html Css Color HEX #AFC845 Celery

📋 copy color: '#AFC845'

red 175 ◦ green 200 ◦ blue 69

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

Shades of Celery #AFC845

Tints of Celery #AFC845

RGB

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

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

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

R = 39.41%
G = 45.05%
B = 15.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#AFC845 (or 0xAFC845) is known color: Celery. HEX triplet: AF, C8 and 45. RGB value is (175,200,69). Sum of RGB (Red+Green+Blue) = 175+200+69=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC845 is #5037BA. Grayscale: #B2B2B2. Windows color (decimal): -5257147 or 4573359. OLE color: 4573359.

HSL color Cylindrical-coordinate representation of color #AFC845: hue angle of 71.45º 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 #AFC845 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 69 -
CMYK 0.12 0 0.66 0.22
HSL 71.45º 0.54% 0.53% -
HSV(B) 71.45º 0.66% 0.78% -
XYZ 39.41 50.85 13.37 -
YUV 177.59 66.72 126.15 -
System Red Green Blue C M Y K H S L
Decimal 175 200 69 0.12 0 0.66 0.22 71.45 0.54 0.53
Hex AF C8 45 C 0 42 16 47 36 35
Octal 257 310 105 14 0 102 26 107 66 65
Binary 10101111 11001000 1000101 1100 0 1000010 10110 1000111 110110 110101

Color Harmonies of #AFC845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC845

Black with #AFC845

Text Example


Text Example

White with #AFC845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC845; }

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

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

background-color css

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

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

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

border-color css

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

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

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