Html Css Color HEX #A8C14B Celery

📋 copy color: '#A8C14B'

red 168 ◦ green 193 ◦ blue 75

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

Shades of Celery #A8C14B

Tints of Celery #A8C14B

RGB

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

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

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

R = 38.53%
G = 44.27%
B = 17.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#A8C14B (or 0xA8C14B) is known color: Celery. HEX triplet: A8, C1 and 4B. RGB value is (168,193,75). Sum of RGB (Red+Green+Blue) = 168+193+75=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C14B is #573EB4. Grayscale: #ACACAC. Windows color (decimal): -5717685 or 4964776. OLE color: 4964776.

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

Color convert

RGB 168 193 75 -
CMYK 0.13 0 0.61 0.24
HSL 72.71º 0.49% 0.53% -
HSV(B) 72.71º 0.61% 0.76% -
XYZ 36.49 46.97 13.8 -
YUV 172.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 168 193 75 0.13 0 0.61 0.24 72.71 0.49 0.53
Hex A8 C1 4B D 0 3D 18 49 31 35
Octal 250 301 113 15 0 75 30 111 61 65
Binary 10101000 11000001 1001011 1101 0 111101 11000 1001001 110001 110101

Color Harmonies of #A8C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C14B

Black with #A8C14B

Text Example


Text Example

White with #A8C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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