#A0CF30

Color #A0CF30 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A0CF30

Tints of Yellow Green #A0CF30

Color information

#A0CF30 (or 0xA0CF30) is unknown color: approx Yellow Green. HEX triplet: A0, CF and 30. RGB value is (160,207,48). Sum of RGB (Red+Green+Blue) = 160+207+48=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF30 is #5F30CF. Grayscale: #AFAFAF. Windows color (decimal): -6238416 or 3198880. OLE color: 3198880.

HSL color Cylindrical-coordinate representation of color #A0CF30: hue angle of 77.74º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0CF30 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB16020748-
CMYK0.2300.770.19
HSL77.74º62.35%50%-
HSV(B)77.74º76.81%81.18%-
XYZ37.3452.3110.93-
YUV174.8256.43117.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 207 (81.25% from 255) = 49.88%
BLUE value IS 48 (19.14% from 255) = 11.57%
R=38.55%
G=49.88%
B=11.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160207480.2300.770.1977.7462.3550
HexA0CF301704D134e3e32
Octal24031760270115231167662
Binary10100000110011111100001011101001101100111001110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CF30; }

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

 H1.HeaderClassName
 {
   color: #A0CF30;
 }
 .AnyTagClassName
 {
   color: #A0CF30;
 }
</style>
background-color css

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

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

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

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

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

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