Html Css Color HEX #90AC13 Citrus

📋 copy color: '#90AC13'

red 144 ◦ green 172 ◦ blue 19

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

Shades of Citrus #90AC13

Tints of Citrus #90AC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.34%

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 42.99%
G = 51.34%
B = 5.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#90AC13 (or 0x90AC13) is known color: Citrus. HEX triplet: 90, AC and 13. RGB value is (144,172,19). Sum of RGB (Red+Green+Blue) = 144+172+19=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AC13 is #6F53EC. Grayscale: #929292. Windows color (decimal): -7295981 or 1289360. OLE color: 1289360.

HSL color Cylindrical-coordinate representation of color #90AC13: hue angle of 70.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90AC13 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 172 19 -
CMYK 0.16 0 0.89 0.33
HSL 70.98º 0.8% 0.37% -
HSV(B) 70.98º 0.89% 0.67% -
XYZ 26.37 35.48 6.07 -
YUV 146.19 56.22 126.44 -
System Red Green Blue C M Y K H S L
Decimal 144 172 19 0.16 0 0.89 0.33 70.98 0.8 0.37
Hex 90 AC 13 10 0 59 21 47 50 25
Octal 220 254 23 20 0 131 41 107 120 45
Binary 10010000 10101100 10011 10000 0 1011001 100001 1000111 1010000 100101

Color Harmonies of #90AC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC13

Black with #90AC13

Text Example


Text Example

White with #90AC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,172,19); }

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

background-color css

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

 a { background-color: rgb(144,172,19); }

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

border-color css

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

 span { border-color: rgb(144,172,19); }

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