Html Css Color HEX #AFC14C Celery

📋 copy color: '#AFC14C'

red 175 ◦ green 193 ◦ blue 76

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

Shades of Celery #AFC14C

Tints of Celery #AFC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 39.41%
G = 43.47%
B = 17.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#AFC14C (or 0xAFC14C) is known color: Celery. HEX triplet: AF, C1 and 4C. RGB value is (175,193,76). Sum of RGB (Red+Green+Blue) = 175+193+76=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC14C is #503EB3. Grayscale: #AEAEAE. Windows color (decimal): -5258932 or 5030319. OLE color: 5030319.

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

Color convert

RGB 175 193 76 -
CMYK 0.09 0 0.61 0.24
HSL 69.23º 0.49% 0.53% -
HSV(B) 69.23º 0.61% 0.76% -
XYZ 38.05 47.78 14.05 -
YUV 174.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 175 193 76 0.09 0 0.61 0.24 69.23 0.49 0.53
Hex AF C1 4C 9 0 3D 18 45 31 35
Octal 257 301 114 11 0 75 30 105 61 65
Binary 10101111 11000001 1001100 1001 0 111101 11000 1000101 110001 110101

Color Harmonies of #AFC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC14C

Black with #AFC14C

Text Example


Text Example

White with #AFC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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