Html Css Color HEX #90A122 Citron

📋 copy color: '#90A122'

red 144 ◦ green 161 ◦ blue 34

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

Shades of Citron #90A122

Tints of Citron #90A122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.49%

 BLUE value IS 34 (13.67% from 255) = 10.03%

R = 42.48%
G = 47.49%
B = 10.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#90A122 (or 0x90A122) is known color: Citron. HEX triplet: 90, A1 and 22. RGB value is (144,161,34). Sum of RGB (Red+Green+Blue) = 144+161+34=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #90A122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A122 is #6F5EDD. Grayscale: #8D8D8D. Windows color (decimal): -7298782 or 2269584. OLE color: 2269584.

HSL color Cylindrical-coordinate representation of color #90A122: hue angle of 68.03º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90A122 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 161 34 -
CMYK 0.11 0 0.79 0.37
HSL 68.03º 0.65% 0.38% -
HSV(B) 68.03º 0.79% 0.63% -
XYZ 24.54 31.53 6.31 -
YUV 141.44 67.37 129.83 -
System Red Green Blue C M Y K H S L
Decimal 144 161 34 0.11 0 0.79 0.37 68.03 0.65 0.38
Hex 90 A1 22 B 0 4F 25 44 41 26
Octal 220 241 42 13 0 117 45 104 101 46
Binary 10010000 10100001 100010 1011 0 1001111 100101 1000100 1000001 100110

Color Harmonies of #90A122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A122

Black with #90A122

Text Example


Text Example

White with #90A122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,161,34); }

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

background-color css

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

 a { background-color: rgb(144,161,34); }

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

border-color css

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

 span { border-color: rgb(144,161,34); }

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