Html Css Color HEX #A0C630 Yellow Green

📋 copy color: '#A0C630'

red 160 ◦ green 198 ◦ blue 48

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

Shades of Yellow Green #A0C630

Tints of Yellow Green #A0C630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.77%

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 39.41%
G = 48.77%
B = 11.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#A0C630 (or 0xA0C630) is known color: Yellow Green. HEX triplet: A0, C6 and 30. RGB value is (160,198,48). Sum of RGB (Red+Green+Blue) = 160+198+48=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C630 is #5F39CF. Grayscale: #AAAAAA. Windows color (decimal): -6240720 or 3196576. OLE color: 3196576.

HSL color Cylindrical-coordinate representation of color #A0C630: hue angle of 75.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0C630 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 198 48 -
CMYK 0.19 0 0.76 0.22
HSL 75.2º 0.61% 0.48% -
HSV(B) 75.2º 0.76% 0.78% -
XYZ 35.22 48.08 10.22 -
YUV 169.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 160 198 48 0.19 0 0.76 0.22 75.2 0.61 0.48
Hex A0 C6 30 13 0 4C 16 4B 3D 30
Octal 240 306 60 23 0 114 26 113 75 60
Binary 10100000 11000110 110000 10011 0 1001100 10110 1001011 111101 110000

Color Harmonies of #A0C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C630

Black with #A0C630

Text Example


Text Example

White with #A0C630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C630; }

 p { color: rgb(160,198,48); }

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

background-color css

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

 a { background-color: rgb(160,198,48); }

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

border-color css

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

 span { border-color: rgb(160,198,48); }

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