Html Css Color HEX #A6C14C Celery

📋 copy color: '#A6C14C'

red 166 ◦ green 193 ◦ blue 76

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

Shades of Celery #A6C14C

Tints of Celery #A6C14C

RGB

 RED value IS 166 (65.23% from 255) = 38.16%

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

 BLUE value IS 76 (30.08% from 255) = 17.47%

R = 38.16%
G = 44.37%
B = 17.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#A6C14C (or 0xA6C14C) is known color: Celery. HEX triplet: A6, C1 and 4C. RGB value is (166,193,76). Sum of RGB (Red+Green+Blue) = 166+193+76=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C14C is #593EB3. Grayscale: #ACACAC. Windows color (decimal): -5848756 or 5030310. OLE color: 5030310.

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

Color convert

RGB 166 193 76 -
CMYK 0.14 0 0.61 0.24
HSL 73.85º 0.49% 0.53% -
HSV(B) 73.85º 0.61% 0.76% -
XYZ 36.1 46.77 13.96 -
YUV 171.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 166 193 76 0.14 0 0.61 0.24 73.85 0.49 0.53
Hex A6 C1 4C E 0 3D 18 4A 31 35
Octal 246 301 114 16 0 75 30 112 61 65
Binary 10100110 11000001 1001100 1110 0 111101 11000 1001010 110001 110101

Color Harmonies of #A6C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C14C

Black with #A6C14C

Text Example


Text Example

White with #A6C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C14C; }

 p { color: rgb(166,193,76); }

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

background-color css

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

 a { background-color: rgb(166,193,76); }

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

border-color css

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

 span { border-color: rgb(166,193,76); }

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