Html Css Color HEX #90A22D Citron

📋 copy color: '#90A22D'

red 144 ◦ green 162 ◦ blue 45

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

Shades of Citron #90A22D

Tints of Citron #90A22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 41.03%
G = 46.15%
B = 12.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#90A22D (or 0x90A22D) is known color: Citron. HEX triplet: 90, A2 and 2D. RGB value is (144,162,45). Sum of RGB (Red+Green+Blue) = 144+162+45=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #90A22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A22D is #6F5DD2. Grayscale: #8F8F8F. Windows color (decimal): -7298515 or 2990736. OLE color: 2990736.

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

Color convert

RGB 144 162 45 -
CMYK 0.11 0 0.72 0.36
HSL 69.23º 0.57% 0.41% -
HSV(B) 69.23º 0.72% 0.64% -
XYZ 24.9 31.96 7.34 -
YUV 143.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 144 162 45 0.11 0 0.72 0.36 69.23 0.57 0.41
Hex 90 A2 2D B 0 48 24 45 39 29
Octal 220 242 55 13 0 110 44 105 71 51
Binary 10010000 10100010 101101 1011 0 1001000 100100 1000101 111001 101001

Color Harmonies of #90A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A22D

Black with #90A22D

Text Example


Text Example

White with #90A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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