Html Css Color HEX #90A501 Citrus

📋 copy color: '#90A501'

red 144 ◦ green 165 ◦ blue 1

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

Shades of Citrus #90A501

Tints of Citrus #90A501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.23%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 46.45%
G = 53.23%
B = 0.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#90A501 (or 0x90A501) is known color: Citrus. HEX triplet: 90, A5 and 01. RGB value is (144,165,1). Sum of RGB (Red+Green+Blue) = 144+165+1=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #90A501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A501 is #6F5AFE. Grayscale: #8C8C8C. Windows color (decimal): -7297791 or 107920. OLE color: 107920.

HSL color Cylindrical-coordinate representation of color #90A501: hue angle of 67.68º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90A501 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 165 1 -
CMYK 0.13 0 0.99 0.35
HSL 67.68º 0.99% 0.33% -
HSV(B) 67.68º 0.99% 0.65% -
XYZ 24.96 32.84 5.05 -
YUV 140.03 49.54 130.84 -
System Red Green Blue C M Y K H S L
Decimal 144 165 1 0.13 0 0.99 0.35 67.68 0.99 0.33
Hex 90 A5 1 D 0 63 23 44 63 21
Octal 220 245 1 15 0 143 43 104 143 41
Binary 10010000 10100101 1 1101 0 1100011 100011 1000100 1100011 100001

Color Harmonies of #90A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A501

Black with #90A501

Text Example


Text Example

White with #90A501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,165,1); }

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

background-color css

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

 a { background-color: rgb(144,165,1); }

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

border-color css

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

 span { border-color: rgb(144,165,1); }

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