Html Css Color HEX #AFC445 Celery

📋 copy color: '#AFC445'

red 175 ◦ green 196 ◦ blue 69

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

Shades of Celery #AFC445

Tints of Celery #AFC445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

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

R = 39.77%
G = 44.55%
B = 15.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#AFC445 (or 0xAFC445) is known color: Celery. HEX triplet: AF, C4 and 45. RGB value is (175,196,69). Sum of RGB (Red+Green+Blue) = 175+196+69=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC445 is #503BBA. Grayscale: #AFAFAF. Windows color (decimal): -5258171 or 4572335. OLE color: 4572335.

HSL color Cylindrical-coordinate representation of color #AFC445: hue angle of 69.92º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC445 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 69 -
CMYK 0.11 0 0.65 0.23
HSL 69.92º 0.52% 0.52% -
HSV(B) 69.92º 0.65% 0.77% -
XYZ 38.49 49.02 13.06 -
YUV 175.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 175 196 69 0.11 0 0.65 0.23 69.92 0.52 0.52
Hex AF C4 45 B 0 41 17 46 34 34
Octal 257 304 105 13 0 101 27 106 64 64
Binary 10101111 11000100 1000101 1011 0 1000001 10111 1000110 110100 110100

Color Harmonies of #AFC445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC445

Black with #AFC445

Text Example


Text Example

White with #AFC445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC445; }

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

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

background-color css

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

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

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

border-color css

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

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

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