Html Css Color HEX #90AF10 Citrus

📋 copy color: '#90AF10'

red 144 ◦ green 175 ◦ blue 16

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

Shades of Citrus #90AF10

Tints of Citrus #90AF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.78%

R = 42.99%
G = 52.24%
B = 4.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#90AF10 (or 0x90AF10) is known color: Citrus. HEX triplet: 90, AF and 10. RGB value is (144,175,16). Sum of RGB (Red+Green+Blue) = 144+175+16=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AF10 is #6F50EF. Grayscale: #949494. Windows color (decimal): -7295216 or 1093520. OLE color: 1093520.

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

Color convert

RGB 144 175 16 -
CMYK 0.18 0 0.91 0.31
HSL 71.7º 0.83% 0.37% -
HSV(B) 71.7º 0.91% 0.69% -
XYZ 26.93 36.63 6.14 -
YUV 147.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 144 175 16 0.18 0 0.91 0.31 71.7 0.83 0.37
Hex 90 AF 10 12 0 5B 1F 48 53 25
Octal 220 257 20 22 0 133 37 110 123 45
Binary 10010000 10101111 10000 10010 0 1011011 11111 1001000 1010011 100101

Color Harmonies of #90AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF10

Black with #90AF10

Text Example


Text Example

White with #90AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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