Html Css Color HEX #90A600 Citrus

📋 copy color: '#90A600'

red 144 ◦ green 166 ◦ blue 0

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

Shades of Citrus #90A600

Tints of Citrus #90A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.45%
G = 53.55%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#90A600 (or 0x90A600) is known color: Citrus. HEX triplet: 90, A6 and 00. RGB value is (144,166,0). Sum of RGB (Red+Green+Blue) = 144+166+0=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #90A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A600 is #6F59FF. Grayscale: #8D8D8D. Windows color (decimal): -7297536 or 42640. OLE color: 42640.

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

Color convert

RGB 144 166 0 -
CMYK 0.13 0 1 0.35
HSL 67.95º 1% 0.33% -
HSV(B) 67.95º 1% 0.65% -
XYZ 25.14 33.2 5.08 -
YUV 140.5 48.71 130.5 -
System Red Green Blue C M Y K H S L
Decimal 144 166 0 0.13 0 1 0.35 67.95 1 0.33
Hex 90 A6 0 D 0 64 23 44 64 21
Octal 220 246 0 15 0 144 43 104 144 41
Binary 10010000 10100110 0 1101 0 1100100 100011 1000100 1100100 100001

Color Harmonies of #90A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A600

Black with #90A600

Text Example


Text Example

White with #90A600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,166,0); }

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

background-color css

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

 a { background-color: rgb(144,166,0); }

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

border-color css

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

 span { border-color: rgb(144,166,0); }

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