Html Css Color HEX #AFC15A Celery

📋 copy color: '#AFC15A'

red 175 ◦ green 193 ◦ blue 90

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

Shades of Celery #AFC15A

Tints of Celery #AFC15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 38.21%
G = 42.14%
B = 19.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#AFC15A (or 0xAFC15A) is known color: Celery. HEX triplet: AF, C1 and 5A. RGB value is (175,193,90). Sum of RGB (Red+Green+Blue) = 175+193+90=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC15A is #503EA5. Grayscale: #B0B0B0. Windows color (decimal): -5258918 or 5947823. OLE color: 5947823.

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

Color convert

RGB 175 193 90 -
CMYK 0.09 0 0.53 0.24
HSL 70.49º 0.45% 0.55% -
HSV(B) 70.49º 0.53% 0.76% -
XYZ 38.59 47.99 16.9 -
YUV 175.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 175 193 90 0.09 0 0.53 0.24 70.49 0.45 0.55
Hex AF C1 5A 9 0 35 18 46 2D 37
Octal 257 301 132 11 0 65 30 106 55 67
Binary 10101111 11000001 1011010 1001 0 110101 11000 1000110 101101 110111

Color Harmonies of #AFC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC15A

Black with #AFC15A

Text Example


Text Example

White with #AFC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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