Html Css Color HEX #A0B74A Celery

📋 copy color: '#A0B74A'

red 160 ◦ green 183 ◦ blue 74

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

Shades of Celery #A0B74A

Tints of Celery #A0B74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.88%

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

R = 38.37%
G = 43.88%
B = 17.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#A0B74A (or 0xA0B74A) is known color: Celery. HEX triplet: A0, B7 and 4A. RGB value is (160,183,74). Sum of RGB (Red+Green+Blue) = 160+183+74=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B74A is #5F48B5. Grayscale: #A4A4A4. Windows color (decimal): -6244534 or 4896672. OLE color: 4896672.

HSL color Cylindrical-coordinate representation of color #A0B74A: hue angle of 72.66º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0B74A is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 74 -
CMYK 0.13 0 0.60 0.28
HSL 72.66º 0.43% 0.5% -
HSV(B) 72.66º 0.6% 0.72% -
XYZ 32.67 41.83 12.83 -
YUV 163.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 160 183 74 0.13 0 0.60 0.28 72.66 0.43 0.5
Hex A0 B7 4A D 0 3C 1C 49 2B 32
Octal 240 267 112 15 0 74 34 111 53 62
Binary 10100000 10110111 1001010 1101 0 111100 11100 1001001 101011 110010

Color Harmonies of #A0B74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B74A

Black with #A0B74A

Text Example


Text Example

White with #A0B74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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