Html Css Color HEX #A0BE4F Celery

📋 copy color: '#A0BE4F'

red 160 ◦ green 190 ◦ blue 79

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

Shades of Celery #A0BE4F

Tints of Celery #A0BE4F

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

 GREEN value IS 190 (74.61% from 255) = 44.29%

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 37.3%
G = 44.29%
B = 18.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#A0BE4F (or 0xA0BE4F) is known color: Celery. HEX triplet: A0, BE and 4F. RGB value is (160,190,79). Sum of RGB (Red+Green+Blue) = 160+190+79=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE4F is #5F41B0. Grayscale: #A8A8A8. Windows color (decimal): -6242737 or 5226144. OLE color: 5226144.

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

Color convert

RGB 160 190 79 -
CMYK 0.16 0 0.58 0.25
HSL 76.22º 0.46% 0.53% -
HSV(B) 76.22º 0.58% 0.75% -
XYZ 34.32 44.87 14.25 -
YUV 168.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 160 190 79 0.16 0 0.58 0.25 76.22 0.46 0.53
Hex A0 BE 4F 10 0 3A 19 4C 2E 35
Octal 240 276 117 20 0 72 31 114 56 65
Binary 10100000 10111110 1001111 10000 0 111010 11001 1001100 101110 110101

Color Harmonies of #A0BE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE4F

Black with #A0BE4F

Text Example


Text Example

White with #A0BE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE4F; }

 p { color: rgb(160,190,79); }

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

background-color css

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

 a { background-color: rgb(160,190,79); }

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

border-color css

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

 span { border-color: rgb(160,190,79); }

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