Html Css Color HEX #AFC146 Celery

📋 copy color: '#AFC146'

red 175 ◦ green 193 ◦ blue 70

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

Shades of Celery #AFC146

Tints of Celery #AFC146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.06%

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

R = 39.95%
G = 44.06%
B = 15.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#AFC146 (or 0xAFC146) is known color: Celery. HEX triplet: AF, C1 and 46. RGB value is (175,193,70). Sum of RGB (Red+Green+Blue) = 175+193+70=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC146 is #503EB9. Grayscale: #AEAEAE. Windows color (decimal): -5258938 or 4637103. OLE color: 4637103.

HSL color Cylindrical-coordinate representation of color #AFC146: hue angle of 68.78º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC146 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 70 -
CMYK 0.09 0 0.64 0.24
HSL 68.78º 0.5% 0.52% -
HSV(B) 68.78º 0.64% 0.76% -
XYZ 37.85 47.7 13.01 -
YUV 173.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 175 193 70 0.09 0 0.64 0.24 68.78 0.5 0.52
Hex AF C1 46 9 0 40 18 45 32 34
Octal 257 301 106 11 0 100 30 105 62 64
Binary 10101111 11000001 1000110 1001 0 1000000 11000 1000101 110010 110100

Color Harmonies of #AFC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC146

Black with #AFC146

Text Example


Text Example

White with #AFC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC146; }

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

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

background-color css

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

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

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

border-color css

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

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

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