Html Css Color HEX #5A9422 Limeade

📋 copy color: '#5A9422'

red 90 ◦ green 148 ◦ blue 34

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

Shades of Limeade #5A9422

Tints of Limeade #5A9422

RGB

 RED value IS 90 (35.55% from 255) = 33.09%

 GREEN value IS 148 (58.2% from 255) = 54.41%

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

R = 33.09%
G = 54.41%
B = 12.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#5A9422 (or 0x5A9422) is known color: Limeade. HEX triplet: 5A, 94 and 22. RGB value is (90,148,34). Sum of RGB (Red+Green+Blue) = 90+148+34=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #5A9422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9422 is #A56BDD. Grayscale: #767676. Windows color (decimal): -10841054 or 2266202. OLE color: 2266202.

HSL color Cylindrical-coordinate representation of color #5A9422: hue angle of 90.53º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A9422 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 148 34 -
CMYK 0.39 0 0.77 0.42
HSL 90.53º 0.63% 0.36% -
HSV(B) 90.53º 0.77% 0.58% -
XYZ 15.1 23.47 5.25 -
YUV 117.66 80.78 108.27 -
System Red Green Blue C M Y K H S L
Decimal 90 148 34 0.39 0 0.77 0.42 90.53 0.63 0.36
Hex 5A 94 22 27 0 4D 2A 5B 3F 24
Octal 132 224 42 47 0 115 52 133 77 44
Binary 1011010 10010100 100010 100111 0 1001101 101010 1011011 111111 100100

Color Harmonies of #5A9422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9422

Black with #5A9422

Text Example


Text Example

White with #5A9422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A9422; }

 p { color: rgb(90,148,34); }

 H1.HeaderClassName
 {
   color: #5A9422;
 }
 .AnyTagClassName
 {
   color: #5A9422;
 }
</style>

background-color css

<style>
 a { background-color: #5A9422; }

 a { background-color: rgb(90,148,34); }

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

border-color css

<style>
 span { border-color: #5A9422; }

 span { border-color: rgb(90,148,34); }

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