Html Css Color HEX #90AB0E Citrus

📋 copy color: '#90AB0E'

red 144 ◦ green 171 ◦ blue 14

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

Shades of Citrus #90AB0E

Tints of Citrus #90AB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.98%

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 43.77%
G = 51.98%
B = 4.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#90AB0E (or 0x90AB0E) is known color: Citrus. HEX triplet: 90, AB and 0E. RGB value is (144,171,14). Sum of RGB (Red+Green+Blue) = 144+171+14=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AB0E is #6F54F1. Grayscale: #919191. Windows color (decimal): -7296242 or 961424. OLE color: 961424.

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

Color convert

RGB 144 171 14 -
CMYK 0.16 0 0.92 0.33
HSL 70.32º 0.85% 0.36% -
HSV(B) 70.32º 0.92% 0.67% -
XYZ 26.14 35.09 5.81 -
YUV 145.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 144 171 14 0.16 0 0.92 0.33 70.32 0.85 0.36
Hex 90 AB E 10 0 5C 21 46 55 24
Octal 220 253 16 20 0 134 41 106 125 44
Binary 10010000 10101011 1110 10000 0 1011100 100001 1000110 1010101 100100

Color Harmonies of #90AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AB0E

Black with #90AB0E

Text Example


Text Example

White with #90AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,171,14); }

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

background-color css

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

 a { background-color: rgb(144,171,14); }

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

border-color css

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

 span { border-color: rgb(144,171,14); }

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