Html Css Color HEX #90A125 Citron

📋 copy color: '#90A125'

red 144 ◦ green 161 ◦ blue 37

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

Shades of Citron #90A125

Tints of Citron #90A125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.82%

R = 42.11%
G = 47.08%
B = 10.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#90A125 (or 0x90A125) is known color: Citron. HEX triplet: 90, A1 and 25. RGB value is (144,161,37). Sum of RGB (Red+Green+Blue) = 144+161+37=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #90A125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A125 is #6F5EDA. Grayscale: #8E8E8E. Windows color (decimal): -7298779 or 2466192. OLE color: 2466192.

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

Color convert

RGB 144 161 37 -
CMYK 0.11 0 0.77 0.37
HSL 68.23º 0.63% 0.39% -
HSV(B) 68.23º 0.77% 0.63% -
XYZ 24.58 31.55 6.55 -
YUV 141.78 68.87 129.58 -
System Red Green Blue C M Y K H S L
Decimal 144 161 37 0.11 0 0.77 0.37 68.23 0.63 0.39
Hex 90 A1 25 B 0 4D 25 44 3F 27
Octal 220 241 45 13 0 115 45 104 77 47
Binary 10010000 10100001 100101 1011 0 1001101 100101 1000100 111111 100111

Color Harmonies of #90A125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A125

Black with #90A125

Text Example


Text Example

White with #90A125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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