Html Css Color HEX #1F9C60 Eucalyptus

📋 copy color: '#1F9C60'

red 31 ◦ green 156 ◦ blue 96

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

Shades of Eucalyptus #1F9C60

Tints of Eucalyptus #1F9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.12%

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

R = 10.95%
G = 55.12%
B = 33.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#1F9C60 (or 0x1F9C60) is known color: Eucalyptus. HEX triplet: 1F, 9C and 60. RGB value is (31,156,96). Sum of RGB (Red+Green+Blue) = 31+156+96=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C60 is #E0639F. Grayscale: #6F6F6F. Windows color (decimal): -14705568 or 6331423. OLE color: 6331423.

HSL color Cylindrical-coordinate representation of color #1F9C60: hue angle of 151.2º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C60 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 156 96 -
CMYK 0.80 0 0.38 0.39
HSL 151.2º 0.67% 0.37% -
HSV(B) 151.2º 0.8% 0.61% -
XYZ 14.56 24.91 15.11 -
YUV 111.79 119.09 70.38 -
System Red Green Blue C M Y K H S L
Decimal 31 156 96 0.80 0 0.38 0.39 151.2 0.67 0.37
Hex 1F 9C 60 50 0 26 27 97 43 25
Octal 37 234 140 120 0 46 47 227 103 45
Binary 11111 10011100 1100000 1010000 0 100110 100111 10010111 1000011 100101

Color Harmonies of #1F9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9C60

Black with #1F9C60

Text Example


Text Example

White with #1F9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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