Html Css Color HEX #AFC64A Celery

📋 copy color: '#AFC64A'

red 175 ◦ green 198 ◦ blue 74

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

Shades of Celery #AFC64A

Tints of Celery #AFC64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

 BLUE value IS 74 (29.3% from 255) = 16.55%

R = 39.15%
G = 44.3%
B = 16.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#AFC64A (or 0xAFC64A) is known color: Celery. HEX triplet: AF, C6 and 4A. RGB value is (175,198,74). Sum of RGB (Red+Green+Blue) = 175+198+74=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC64A is #5039B5. Grayscale: #B1B1B1. Windows color (decimal): -5257654 or 4900527. OLE color: 4900527.

HSL color Cylindrical-coordinate representation of color #AFC64A: hue angle of 71.13º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC64A is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 74 -
CMYK 0.12 0 0.63 0.22
HSL 71.13º 0.52% 0.53% -
HSV(B) 71.13º 0.63% 0.78% -
XYZ 39.11 50 14.07 -
YUV 176.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 175 198 74 0.12 0 0.63 0.22 71.13 0.52 0.53
Hex AF C6 4A C 0 3F 16 47 34 35
Octal 257 306 112 14 0 77 26 107 64 65
Binary 10101111 11000110 1001010 1100 0 111111 10110 1000111 110100 110101

Color Harmonies of #AFC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC64A

Black with #AFC64A

Text Example


Text Example

White with #AFC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC64A; }

 p { color: rgb(175,198,74); }

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

background-color css

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

 a { background-color: rgb(175,198,74); }

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

border-color css

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

 span { border-color: rgb(175,198,74); }

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