Html Css Color HEX #AFC046 Celery

📋 copy color: '#AFC046'

red 175 ◦ green 192 ◦ blue 70

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

Shades of Celery #AFC046

Tints of Celery #AFC046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.94%

 BLUE value IS 70 (27.73% from 255) = 16.02%

R = 40.05%
G = 43.94%
B = 16.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#AFC046 (or 0xAFC046) is known color: Celery. HEX triplet: AF, C0 and 46. RGB value is (175,192,70). Sum of RGB (Red+Green+Blue) = 175+192+70=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC046 is #503FB9. Grayscale: #ADADAD. Windows color (decimal): -5259194 or 4636847. OLE color: 4636847.

HSL color Cylindrical-coordinate representation of color #AFC046: hue angle of 68.36º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC046 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 70 -
CMYK 0.09 0 0.64 0.25
HSL 68.36º 0.49% 0.51% -
HSV(B) 68.36º 0.64% 0.75% -
XYZ 37.63 47.26 12.93 -
YUV 173.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 175 192 70 0.09 0 0.64 0.25 68.36 0.49 0.51
Hex AF C0 46 9 0 40 19 44 31 33
Octal 257 300 106 11 0 100 31 104 61 63
Binary 10101111 11000000 1000110 1001 0 1000000 11001 1000100 110001 110011

Color Harmonies of #AFC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC046

Black with #AFC046

Text Example


Text Example

White with #AFC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC046; }

 p { color: rgb(175,192,70); }

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

background-color css

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

 a { background-color: rgb(175,192,70); }

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

border-color css

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

 span { border-color: rgb(175,192,70); }

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