Html Css Color HEX #90BA14 Citrus

📋 copy color: '#90BA14'

red 144 ◦ green 186 ◦ blue 20

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

Shades of Citrus #90BA14

Tints of Citrus #90BA14

RGB

 RED value IS 144 (56.64% from 255) = 41.14%

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 41.14%
G = 53.14%
B = 5.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#90BA14 (or 0x90BA14) is known color: Citrus. HEX triplet: 90, BA and 14. RGB value is (144,186,20). Sum of RGB (Red+Green+Blue) = 144+186+20=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA14 is #6F45EB. Grayscale: #9B9B9B. Windows color (decimal): -7292396 or 1358480. OLE color: 1358480.

HSL color Cylindrical-coordinate representation of color #90BA14: hue angle of 75.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90BA14 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 20 -
CMYK 0.23 0 0.89 0.27
HSL 75.18º 0.81% 0.4% -
HSV(B) 75.18º 0.89% 0.73% -
XYZ 29.19 41.1 7.06 -
YUV 154.52 52.09 120.5 -
System Red Green Blue C M Y K H S L
Decimal 144 186 20 0.23 0 0.89 0.27 75.18 0.81 0.4
Hex 90 BA 14 17 0 59 1B 4B 51 28
Octal 220 272 24 27 0 131 33 113 121 50
Binary 10010000 10111010 10100 10111 0 1011001 11011 1001011 1010001 101000

Color Harmonies of #90BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA14

Black with #90BA14

Text Example


Text Example

White with #90BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,186,20); }

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

background-color css

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

 a { background-color: rgb(144,186,20); }

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

border-color css

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

 span { border-color: rgb(144,186,20); }

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