Html Css Color HEX #AFC056 Celery

📋 copy color: '#AFC056'

red 175 ◦ green 192 ◦ blue 86

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

Shades of Celery #AFC056

Tints of Celery #AFC056

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 86 (33.98% from 255) = 18.98%

R = 38.63%
G = 42.38%
B = 18.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#AFC056 (or 0xAFC056) is known color: Celery. HEX triplet: AF, C0 and 56. RGB value is (175,192,86). Sum of RGB (Red+Green+Blue) = 175+192+86=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC056 is #503FA9. Grayscale: #AFAFAF. Windows color (decimal): -5259178 or 5685423. OLE color: 5685423.

HSL color Cylindrical-coordinate representation of color #AFC056: hue angle of 69.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC056 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 86 -
CMYK 0.09 0 0.55 0.25
HSL 69.62º 0.46% 0.55% -
HSV(B) 69.62º 0.55% 0.75% -
XYZ 38.21 47.49 15.96 -
YUV 174.83 77.87 128.12 -
System Red Green Blue C M Y K H S L
Decimal 175 192 86 0.09 0 0.55 0.25 69.62 0.46 0.55
Hex AF C0 56 9 0 37 19 46 2E 37
Octal 257 300 126 11 0 67 31 106 56 67
Binary 10101111 11000000 1010110 1001 0 110111 11001 1000110 101110 110111

Color Harmonies of #AFC056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC056

Black with #AFC056

Text Example


Text Example

White with #AFC056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC056; }

 p { color: rgb(175,192,86); }

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

background-color css

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

 a { background-color: rgb(175,192,86); }

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

border-color css

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

 span { border-color: rgb(175,192,86); }

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