#94C02B

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

Shades of Yellow Green #94C02B

Tints of Yellow Green #94C02B

Color information

#94C02B (or 0x94C02B) is unknown color: approx Yellow Green. HEX triplet: 94, C0 and 2B. RGB value is (148,192,43). Sum of RGB (Red+Green+Blue) = 148+192+43=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #94C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C02B is #6B3FD4. Grayscale: #A2A2A2. Windows color (decimal): -7028693 or 2867348. OLE color: 2867348.

HSL color Cylindrical-coordinate representation of color #94C02B: hue angle of 77.72º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94C02B is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB14819243-
CMYK0.2300.780.25
HSL77.72º63.4%46.08%-
HSV(B)77.72º77.6%75.29%-
XYZ31.544.179.15-
YUV161.8660.92118.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 192 (75.39% from 255) = 50.13%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=38.64%
G=50.13%
B=11.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148192430.2300.780.2577.7263.446.08
Hex94C02B1704E194e3f2e
Octal22430053270116311167756
Binary10010100110000001010111011101001110110011001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C02B; }

 p { color: rgb(148,192,43); }

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

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

 a { background-color: rgb(148,192,43); }

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

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

 span { border-color: rgb(148,192,43); }

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