Html Css Color HEX #90A21F Citron

📋 copy color: '#90A21F'

red 144 ◦ green 162 ◦ blue 31

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

Shades of Citron #90A21F

Tints of Citron #90A21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.07%

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 42.73%
G = 48.07%
B = 9.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#90A21F (or 0x90A21F) is known color: Citron. HEX triplet: 90, A2 and 1F. RGB value is (144,162,31). Sum of RGB (Red+Green+Blue) = 144+162+31=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #90A21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A21F is #6F5DE0. Grayscale: #8E8E8E. Windows color (decimal): -7298529 or 2073232. OLE color: 2073232.

HSL color Cylindrical-coordinate representation of color #90A21F: hue angle of 68.24º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90A21F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 162 31 -
CMYK 0.11 0 0.81 0.36
HSL 68.24º 0.68% 0.38% -
HSV(B) 68.24º 0.81% 0.64% -
XYZ 24.67 31.87 6.15 -
YUV 141.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 144 162 31 0.11 0 0.81 0.36 68.24 0.68 0.38
Hex 90 A2 1F B 0 51 24 44 44 26
Octal 220 242 37 13 0 121 44 104 104 46
Binary 10010000 10100010 11111 1011 0 1010001 100100 1000100 1000100 100110

Color Harmonies of #90A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A21F

Black with #90A21F

Text Example


Text Example

White with #90A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,162,31); }

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

background-color css

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

 a { background-color: rgb(144,162,31); }

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

border-color css

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

 span { border-color: rgb(144,162,31); }

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