Html Css Color HEX #A0C334 Yellow Green

📋 copy color: '#A0C334'

red 160 ◦ green 195 ◦ blue 52

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

Shades of Yellow Green #A0C334

Tints of Yellow Green #A0C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.91%

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 39.31%
G = 47.91%
B = 12.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#A0C334 (or 0xA0C334) is known color: Yellow Green. HEX triplet: A0, C3 and 34. RGB value is (160,195,52). Sum of RGB (Red+Green+Blue) = 160+195+52=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C334 is #5F3CCB. Grayscale: #A8A8A8. Windows color (decimal): -6241484 or 3457952. OLE color: 3457952.

HSL color Cylindrical-coordinate representation of color #A0C334: hue angle of 74.69º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0C334 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 52 -
CMYK 0.18 0 0.73 0.24
HSL 74.69º 0.58% 0.48% -
HSV(B) 74.69º 0.73% 0.76% -
XYZ 34.63 46.75 10.45 -
YUV 168.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 160 195 52 0.18 0 0.73 0.24 74.69 0.58 0.48
Hex A0 C3 34 12 0 49 18 4B 3A 30
Octal 240 303 64 22 0 111 30 113 72 60
Binary 10100000 11000011 110100 10010 0 1001001 11000 1001011 111010 110000

Color Harmonies of #A0C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C334

Black with #A0C334

Text Example


Text Example

White with #A0C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C334; }

 p { color: rgb(160,195,52); }

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

background-color css

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

 a { background-color: rgb(160,195,52); }

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

border-color css

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

 span { border-color: rgb(160,195,52); }

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