Html Css Color HEX #90AC01 Citrus

📋 copy color: '#90AC01'

red 144 ◦ green 172 ◦ blue 1

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

Shades of Citrus #90AC01

Tints of Citrus #90AC01

RGB

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

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

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

R = 45.43%
G = 54.26%
B = 0.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#90AC01 (or 0x90AC01) is known color: Citrus. HEX triplet: 90, AC and 01. RGB value is (144,172,1). Sum of RGB (Red+Green+Blue) = 144+172+1=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AC01 is #6F53FE. Grayscale: #909090. Windows color (decimal): -7295999 or 109712. OLE color: 109712.

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

Color convert

RGB 144 172 1 -
CMYK 0.16 0 0.99 0.33
HSL 69.82º 0.99% 0.34% -
HSV(B) 69.82º 0.99% 0.67% -
XYZ 26.26 35.44 5.48 -
YUV 144.13 47.22 127.9 -
System Red Green Blue C M Y K H S L
Decimal 144 172 1 0.16 0 0.99 0.33 69.82 0.99 0.34
Hex 90 AC 1 10 0 63 21 46 63 22
Octal 220 254 1 20 0 143 41 106 143 42
Binary 10010000 10101100 1 10000 0 1100011 100001 1000110 1100011 100010

Color Harmonies of #90AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC01

Black with #90AC01

Text Example


Text Example

White with #90AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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