Html Css Color HEX #90AE0C Citrus

📋 copy color: '#90AE0C'

red 144 ◦ green 174 ◦ blue 12

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

Shades of Citrus #90AE0C

Tints of Citrus #90AE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.73%

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

R = 43.64%
G = 52.73%
B = 3.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#90AE0C (or 0x90AE0C) is known color: Citrus. HEX triplet: 90, AE and 0C. RGB value is (144,174,12). Sum of RGB (Red+Green+Blue) = 144+174+12=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AE0C is #6F51F3. Grayscale: #939393. Windows color (decimal): -7295476 or 831120. OLE color: 831120.

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

Color convert

RGB 144 174 12 -
CMYK 0.17 0 0.93 0.32
HSL 71.11º 0.87% 0.36% -
HSV(B) 71.11º 0.93% 0.68% -
XYZ 26.7 36.23 5.93 -
YUV 146.56 52.06 126.17 -
System Red Green Blue C M Y K H S L
Decimal 144 174 12 0.17 0 0.93 0.32 71.11 0.87 0.36
Hex 90 AE C 11 0 5D 20 47 57 24
Octal 220 256 14 21 0 135 40 107 127 44
Binary 10010000 10101110 1100 10001 0 1011101 100000 1000111 1010111 100100

Color Harmonies of #90AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AE0C

Black with #90AE0C

Text Example


Text Example

White with #90AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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