Html Css Color HEX #90AF0C Citrus

📋 copy color: '#90AF0C'

red 144 ◦ green 175 ◦ blue 12

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

Shades of Citrus #90AF0C

Tints of Citrus #90AF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.87%

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

R = 43.5%
G = 52.87%
B = 3.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#90AF0C (or 0x90AF0C) is known color: Citrus. HEX triplet: 90, AF and 0C. RGB value is (144,175,12). Sum of RGB (Red+Green+Blue) = 144+175+12=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF0C is #6F50F3. Grayscale: #939393. Windows color (decimal): -7295220 or 831376. OLE color: 831376.

HSL color Cylindrical-coordinate representation of color #90AF0C: hue angle of 71.41º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90AF0C is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 12 -
CMYK 0.18 0 0.93 0.31
HSL 71.41º 0.87% 0.37% -
HSV(B) 71.41º 0.93% 0.69% -
XYZ 26.9 36.62 6 -
YUV 147.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 144 175 12 0.18 0 0.93 0.31 71.41 0.87 0.37
Hex 90 AF C 12 0 5D 1F 47 57 25
Octal 220 257 14 22 0 135 37 107 127 45
Binary 10010000 10101111 1100 10010 0 1011101 11111 1000111 1010111 100101

Color Harmonies of #90AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF0C

Black with #90AF0C

Text Example


Text Example

White with #90AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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