#90C230

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

Shades of Yellow Green #90C230

Tints of Yellow Green #90C230

Color information

#90C230 (or 0x90C230) is unknown color: approx Yellow Green. HEX triplet: 90, C2 and 30. RGB value is (144,194,48). Sum of RGB (Red+Green+Blue) = 144+194+48=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #90C230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C230 is #6F3DCF. Grayscale: #A2A2A2. Windows color (decimal): -7290320 or 3195536. OLE color: 3195536.

HSL color Cylindrical-coordinate representation of color #90C230: hue angle of 80.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90C230 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB14419448-
CMYK0.2600.750.24
HSL80.55º60.33%47.45%-
HSV(B)80.55º75.26%76.08%-
XYZ31.3344.739.78-
YUV162.4163.44114.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 194 (76.17% from 255) = 50.26%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=37.31%
G=50.26%
B=12.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144194480.2600.750.2480.5560.3347.45
Hex90C2301A04B18513c2f
Octal22030260320113301217457
Binary10010000110000101100001101001001011110001010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90C230; }

 p { color: rgb(144,194,48); }

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

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

 a { background-color: rgb(144,194,48); }

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

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

 span { border-color: rgb(144,194,48); }

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