Html Css Color HEX #1F9A60 Eucalyptus

📋 copy color: '#1F9A60'

red 31 ◦ green 154 ◦ blue 96

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

Shades of Eucalyptus #1F9A60

Tints of Eucalyptus #1F9A60

RGB

 RED value IS 31 (12.5% from 255) = 11.03%

 GREEN value IS 154 (60.55% from 255) = 54.8%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 11.03%
G = 54.8%
B = 34.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#1F9A60 (or 0x1F9A60) is known color: Eucalyptus. HEX triplet: 1F, 9A and 60. RGB value is (31,154,96). Sum of RGB (Red+Green+Blue) = 31+154+96=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9A60 is #E0659F. Grayscale: #6E6E6E. Windows color (decimal): -14706080 or 6330911. OLE color: 6330911.

HSL color Cylindrical-coordinate representation of color #1F9A60: hue angle of 151.71º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9A60 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 154 96 -
CMYK 0.80 0 0.38 0.40
HSL 151.71º 0.66% 0.36% -
HSV(B) 151.71º 0.8% 0.6% -
XYZ 14.23 24.25 15 -
YUV 110.61 119.75 71.22 -
System Red Green Blue C M Y K H S L
Decimal 31 154 96 0.80 0 0.38 0.40 151.71 0.66 0.36
Hex 1F 9A 60 50 0 26 28 98 42 24
Octal 37 232 140 120 0 46 50 230 102 44
Binary 11111 10011010 1100000 1010000 0 100110 101000 10011000 1000010 100100

Color Harmonies of #1F9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9A60

Black with #1F9A60

Text Example


Text Example

White with #1F9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F9A60; }

 p { color: rgb(31,154,96); }

 H1.HeaderClassName
 {
   color: #1F9A60;
 }
 .AnyTagClassName
 {
   color: #1F9A60;
 }
</style>

background-color css

<style>
 a { background-color: #1F9A60; }

 a { background-color: rgb(31,154,96); }

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

border-color css

<style>
 span { border-color: #1F9A60; }

 span { border-color: rgb(31,154,96); }

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