Html Css Color HEX #90A408 Citrus

📋 copy color: '#90A408'

red 144 ◦ green 164 ◦ blue 8

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

Shades of Citrus #90A408

Tints of Citrus #90A408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 45.57%
G = 51.9%
B = 2.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#90A408 (or 0x90A408) is known color: Citrus. HEX triplet: 90, A4 and 08. RGB value is (144,164,8). Sum of RGB (Red+Green+Blue) = 144+164+8=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #90A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A408 is #6F5BF7. Grayscale: #8C8C8C. Windows color (decimal): -7298040 or 566416. OLE color: 566416.

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

Color convert

RGB 144 164 8 -
CMYK 0.12 0 0.95 0.36
HSL 67.69º 0.91% 0.34% -
HSV(B) 67.69º 0.95% 0.64% -
XYZ 24.82 32.5 5.19 -
YUV 140.24 53.37 130.68 -
System Red Green Blue C M Y K H S L
Decimal 144 164 8 0.12 0 0.95 0.36 67.69 0.91 0.34
Hex 90 A4 8 C 0 5F 24 44 5B 22
Octal 220 244 10 14 0 137 44 104 133 42
Binary 10010000 10100100 1000 1100 0 1011111 100100 1000100 1011011 100010

Color Harmonies of #90A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A408

Black with #90A408

Text Example


Text Example

White with #90A408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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