Html Css Color HEX #A8C240 Celery

📋 copy color: '#A8C240'

red 168 ◦ green 194 ◦ blue 64

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

Shades of Celery #A8C240

Tints of Celery #A8C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

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

R = 39.44%
G = 45.54%
B = 15.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#A8C240 (or 0xA8C240) is known color: Celery. HEX triplet: A8, C2 and 40. RGB value is (168,194,64). Sum of RGB (Red+Green+Blue) = 168+194+64=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C240 is #573DBF. Grayscale: #ABABAB. Windows color (decimal): -5717440 or 4244136. OLE color: 4244136.

HSL color Cylindrical-coordinate representation of color #A8C240: hue angle of 72º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8C240 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 64 -
CMYK 0.13 0 0.67 0.24
HSL 72º 0.52% 0.51% -
HSV(B) 72º 0.67% 0.76% -
XYZ 36.37 47.28 12.06 -
YUV 171.41 67.39 125.57 -
System Red Green Blue C M Y K H S L
Decimal 168 194 64 0.13 0 0.67 0.24 72 0.52 0.51
Hex A8 C2 40 D 0 43 18 48 34 33
Octal 250 302 100 15 0 103 30 110 64 63
Binary 10101000 11000010 1000000 1101 0 1000011 11000 1001000 110100 110011

Color Harmonies of #A8C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C240

Black with #A8C240

Text Example


Text Example

White with #A8C240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C240; }

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

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

background-color css

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

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

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

border-color css

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

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

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