Html Css Color HEX #AFC14B Celery

📋 copy color: '#AFC14B'

red 175 ◦ green 193 ◦ blue 75

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

Shades of Celery #AFC14B

Tints of Celery #AFC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.93%

R = 39.5%
G = 43.57%
B = 16.93%

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

#AFC14B (or 0xAFC14B) is known color: Celery. HEX triplet: AF, C1 and 4B. RGB value is (175,193,75). Sum of RGB (Red+Green+Blue) = 175+193+75=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC14B is #503EB4. Grayscale: #AEAEAE. Windows color (decimal): -5258933 or 4964783. OLE color: 4964783.

HSL color Cylindrical-coordinate representation of color #AFC14B: hue angle of 69.15º 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 #AFC14B is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 75 -
CMYK 0.09 0 0.61 0.24
HSL 69.15º 0.49% 0.53% -
HSV(B) 69.15º 0.61% 0.76% -
XYZ 38.02 47.76 13.87 -
YUV 174.17 72.04 128.59 -
System Red Green Blue C M Y K H S L
Decimal 175 193 75 0.09 0 0.61 0.24 69.15 0.49 0.53
Hex AF C1 4B 9 0 3D 18 45 31 35
Octal 257 301 113 11 0 75 30 105 61 65
Binary 10101111 11000001 1001011 1001 0 111101 11000 1000101 110001 110101

Color Harmonies of #AFC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC14B

Black with #AFC14B

Text Example


Text Example

White with #AFC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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