Html Css Color HEX #90A804 Citrus

📋 copy color: '#90A804'

red 144 ◦ green 168 ◦ blue 4

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

Shades of Citrus #90A804

Tints of Citrus #90A804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.16%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 45.57%
G = 53.16%
B = 1.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#90A804 (or 0x90A804) is known color: Citrus. HEX triplet: 90, A8 and 04. RGB value is (144,168,4). Sum of RGB (Red+Green+Blue) = 144+168+4=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #90A804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A804 is #6F57FB. Grayscale: #8E8E8E. Windows color (decimal): -7297020 or 305296. OLE color: 305296.

HSL color Cylindrical-coordinate representation of color #90A804: hue angle of 68.78º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90A804 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 168 4 -
CMYK 0.14 0 0.98 0.34
HSL 68.78º 0.95% 0.34% -
HSV(B) 68.78º 0.98% 0.66% -
XYZ 25.53 33.94 5.32 -
YUV 142.13 50.05 129.34 -
System Red Green Blue C M Y K H S L
Decimal 144 168 4 0.14 0 0.98 0.34 68.78 0.95 0.34
Hex 90 A8 4 E 0 62 22 45 5F 22
Octal 220 250 4 16 0 142 42 105 137 42
Binary 10010000 10101000 100 1110 0 1100010 100010 1000101 1011111 100010

Color Harmonies of #90A804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A804

Black with #90A804

Text Example


Text Example

White with #90A804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,168,4); }

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

background-color css

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

 a { background-color: rgb(144,168,4); }

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

border-color css

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

 span { border-color: rgb(144,168,4); }

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