Html Css Color HEX #90A413 Citron

📋 copy color: '#90A413'

red 144 ◦ green 164 ◦ blue 19

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

Shades of Citron #90A413

Tints of Citron #90A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.15%

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

R = 44.04%
G = 50.15%
B = 5.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#90A413 (or 0x90A413) is known color: Citron. HEX triplet: 90, A4 and 13. RGB value is (144,164,19). Sum of RGB (Red+Green+Blue) = 144+164+19=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #90A413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A413 is #6F5BEC. Grayscale: #8E8E8E. Windows color (decimal): -7298029 or 1287312. OLE color: 1287312.

HSL color Cylindrical-coordinate representation of color #90A413: hue angle of 68.28º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90A413 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 164 19 -
CMYK 0.12 0 0.88 0.36
HSL 68.28º 0.79% 0.36% -
HSV(B) 68.28º 0.88% 0.64% -
XYZ 24.89 32.53 5.58 -
YUV 141.49 58.87 129.79 -
System Red Green Blue C M Y K H S L
Decimal 144 164 19 0.12 0 0.88 0.36 68.28 0.79 0.36
Hex 90 A4 13 C 0 58 24 44 4F 24
Octal 220 244 23 14 0 130 44 104 117 44
Binary 10010000 10100100 10011 1100 0 1011000 100100 1000100 1001111 100100

Color Harmonies of #90A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A413

Black with #90A413

Text Example


Text Example

White with #90A413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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