Html Css Color HEX #5A7D10 Fiji Green

📋 copy color: '#5A7D10'

red 90 ◦ green 125 ◦ blue 16

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

Shades of Fiji Green #5A7D10

Tints of Fiji Green #5A7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.11%

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 38.96%
G = 54.11%
B = 6.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#5A7D10 (or 0x5A7D10) is known color: Fiji Green. HEX triplet: 5A, 7D and 10. RGB value is (90,125,16). Sum of RGB (Red+Green+Blue) = 90+125+16=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7D10 is #A582EF. Grayscale: #666666. Windows color (decimal): -10846960 or 1080666. OLE color: 1080666.

HSL color Cylindrical-coordinate representation of color #5A7D10: hue angle of 79.27º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A7D10 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 125 16 -
CMYK 0.28 0 0.87 0.51
HSL 79.27º 0.77% 0.28% -
HSV(B) 79.27º 0.87% 0.49% -
XYZ 11.64 16.88 3.13 -
YUV 102.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 90 125 16 0.28 0 0.87 0.51 79.27 0.77 0.28
Hex 5A 7D 10 1C 0 57 33 4F 4D 1C
Octal 132 175 20 34 0 127 63 117 115 34
Binary 1011010 1111101 10000 11100 0 1010111 110011 1001111 1001101 11100

Color Harmonies of #5A7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7D10

Black with #5A7D10

Text Example


Text Example

White with #5A7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,125,16); }

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

background-color css

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

 a { background-color: rgb(90,125,16); }

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

border-color css

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

 span { border-color: rgb(90,125,16); }

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