Html Css Color HEX #AFC14A Celery

📋 copy color: '#AFC14A'

red 175 ◦ green 193 ◦ blue 74

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

Shades of Celery #AFC14A

Tints of Celery #AFC14A

RGB

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

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

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

R = 39.59%
G = 43.67%
B = 16.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#AFC14A (or 0xAFC14A) is known color: Celery. HEX triplet: AF, C1 and 4A. RGB value is (175,193,74). Sum of RGB (Red+Green+Blue) = 175+193+74=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC14A is #503EB5. Grayscale: #AEAEAE. Windows color (decimal): -5258934 or 4899247. OLE color: 4899247.

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

Color convert

RGB 175 193 74 -
CMYK 0.09 0 0.62 0.24
HSL 69.08º 0.49% 0.52% -
HSV(B) 69.08º 0.62% 0.76% -
XYZ 37.99 47.75 13.69 -
YUV 174.05 71.54 128.68 -
System Red Green Blue C M Y K H S L
Decimal 175 193 74 0.09 0 0.62 0.24 69.08 0.49 0.52
Hex AF C1 4A 9 0 3E 18 45 31 34
Octal 257 301 112 11 0 76 30 105 61 64
Binary 10101111 11000001 1001010 1001 0 111110 11000 1000101 110001 110100

Color Harmonies of #AFC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC14A

Black with #AFC14A

Text Example


Text Example

White with #AFC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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