#98DC2A

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

Shades of Yellow Green #98DC2A

Tints of Yellow Green #98DC2A

Color information

#98DC2A (or 0x98DC2A) is unknown color: approx Yellow Green. HEX triplet: 98, DC and 2A. RGB value is (152,220,42). Sum of RGB (Red+Green+Blue) = 152+220+42=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DC2A is #6723D5. Grayscale: #B4B4B4. Windows color (decimal): -6759382 or 2808984. OLE color: 2808984.

HSL color Cylindrical-coordinate representation of color #98DC2A: hue angle of 82.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98DC2A is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB15222042-
CMYK0.3100.810.14
HSL82.92º71.77%51.37%-
HSV(B)82.92º80.91%86.27%-
XYZ38.9658.0311.34-
YUV179.3850.47108.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 220 (86.33% from 255) = 53.14%
BLUE value IS 42 (16.80% from 255) = 10.14%
R=36.71%
G=53.14%
B=10.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152220420.3100.810.1482.9271.7751.37
Hex98DC2A1F051E534833
Octal230334523701211612311063
Binary10011000110111001010101111101010001111010100111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DC2A; }

 p { color: rgb(152,220,42); }

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

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

 a { background-color: rgb(152,220,42); }

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

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

 span { border-color: rgb(152,220,42); }

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