Html Css Color HEX #A0BE4A Celery

📋 copy color: '#A0BE4A'

red 160 ◦ green 190 ◦ blue 74

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

Shades of Celery #A0BE4A

Tints of Celery #A0BE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 37.74%
G = 44.81%
B = 17.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#A0BE4A (or 0xA0BE4A) is known color: Celery. HEX triplet: A0, BE and 4A. RGB value is (160,190,74). Sum of RGB (Red+Green+Blue) = 160+190+74=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE4A is #5F41B5. Grayscale: #A8A8A8. Windows color (decimal): -6242742 or 4898464. OLE color: 4898464.

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

Color convert

RGB 160 190 74 -
CMYK 0.16 0 0.61 0.25
HSL 75.52º 0.47% 0.52% -
HSV(B) 75.52º 0.61% 0.75% -
XYZ 34.15 44.79 13.33 -
YUV 167.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 160 190 74 0.16 0 0.61 0.25 75.52 0.47 0.52
Hex A0 BE 4A 10 0 3D 19 4C 2F 34
Octal 240 276 112 20 0 75 31 114 57 64
Binary 10100000 10111110 1001010 10000 0 111101 11001 1001100 101111 110100

Color Harmonies of #A0BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE4A

Black with #A0BE4A

Text Example


Text Example

White with #A0BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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