Html Css Color HEX #90AC0C Citrus

📋 copy color: '#90AC0C'

red 144 ◦ green 172 ◦ blue 12

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

Shades of Citrus #90AC0C

Tints of Citrus #90AC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 43.9%
G = 52.44%
B = 3.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#90AC0C (or 0x90AC0C) is known color: Citrus. HEX triplet: 90, AC and 0C. RGB value is (144,172,12). Sum of RGB (Red+Green+Blue) = 144+172+12=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AC0C is #6F53F3. Grayscale: #919191. Windows color (decimal): -7295988 or 830608. OLE color: 830608.

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

Color convert

RGB 144 172 12 -
CMYK 0.16 0 0.93 0.33
HSL 70.5º 0.87% 0.36% -
HSV(B) 70.5º 0.93% 0.67% -
XYZ 26.32 35.46 5.81 -
YUV 145.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 144 172 12 0.16 0 0.93 0.33 70.5 0.87 0.36
Hex 90 AC C 10 0 5D 21 46 57 24
Octal 220 254 14 20 0 135 41 106 127 44
Binary 10010000 10101100 1100 10000 0 1011101 100001 1000110 1010111 100100

Color Harmonies of #90AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC0C

Black with #90AC0C

Text Example


Text Example

White with #90AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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