Html Css Color HEX #5A6D01 Fiji Green

📋 copy color: '#5A6D01'

red 90 ◦ green 109 ◦ blue 1

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

Shades of Fiji Green #5A6D01

Tints of Fiji Green #5A6D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 54.5%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 45%
G = 54.5%
B = 0.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#5A6D01 (or 0x5A6D01) is known color: Fiji Green. HEX triplet: 5A, 6D and 01. RGB value is (90,109,1). Sum of RGB (Red+Green+Blue) = 90+109+1=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6D01 is #A592FE. Grayscale: #5B5B5B. Windows color (decimal): -10851071 or 93530. OLE color: 93530.

HSL color Cylindrical-coordinate representation of color #5A6D01: hue angle of 70.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A6D01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 109 1 -
CMYK 0.17 0 0.99 0.57
HSL 70.56º 0.98% 0.22% -
HSV(B) 70.56º 0.99% 0.43% -
XYZ 9.69 13.11 2.05 -
YUV 91.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 90 109 1 0.17 0 0.99 0.57 70.56 0.98 0.22
Hex 5A 6D 1 11 0 63 39 47 62 16
Octal 132 155 1 21 0 143 71 107 142 26
Binary 1011010 1101101 1 10001 0 1100011 111001 1000111 1100010 10110

Color Harmonies of #5A6D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6D01

Black with #5A6D01

Text Example


Text Example

White with #5A6D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,109,1); }

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

background-color css

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

 a { background-color: rgb(90,109,1); }

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

border-color css

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

 span { border-color: rgb(90,109,1); }

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