Html Css Color HEX #A8C040 Celery

📋 copy color: '#A8C040'

red 168 ◦ green 192 ◦ blue 64

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

Shades of Celery #A8C040

Tints of Celery #A8C040

RGB

 RED value IS 168 (66.02% from 255) = 39.62%

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

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 39.62%
G = 45.28%
B = 15.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#A8C040 (or 0xA8C040) is known color: Celery. HEX triplet: A8, C0 and 40. RGB value is (168,192,64). Sum of RGB (Red+Green+Blue) = 168+192+64=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C040 is #573FBF. Grayscale: #AAAAAA. Windows color (decimal): -5717952 or 4243624. OLE color: 4243624.

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

Color convert

RGB 168 192 64 -
CMYK 0.12 0 0.67 0.25
HSL 71.25º 0.5% 0.5% -
HSV(B) 71.25º 0.67% 0.75% -
XYZ 35.92 46.39 11.91 -
YUV 170.23 68.05 126.41 -
System Red Green Blue C M Y K H S L
Decimal 168 192 64 0.12 0 0.67 0.25 71.25 0.5 0.5
Hex A8 C0 40 C 0 43 19 47 32 32
Octal 250 300 100 14 0 103 31 107 62 62
Binary 10101000 11000000 1000000 1100 0 1000011 11001 1000111 110010 110010

Color Harmonies of #A8C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C040

Black with #A8C040

Text Example


Text Example

White with #A8C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C040; }

 p { color: rgb(168,192,64); }

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

background-color css

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

 a { background-color: rgb(168,192,64); }

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

border-color css

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

 span { border-color: rgb(168,192,64); }

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