Html Css Color HEX #1FA14B Sea Green

📋 copy color: '#1FA14B'

red 31 ◦ green 161 ◦ blue 75

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

Shades of Sea Green #1FA14B

Tints of Sea Green #1FA14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.3%

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 11.61%
G = 60.3%
B = 28.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#1FA14B (or 0x1FA14B) is known color: Sea Green. HEX triplet: 1F, A1 and 4B. RGB value is (31,161,75). Sum of RGB (Red+Green+Blue) = 31+161+75=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA14B is #E05EB4. Grayscale: #707070. Windows color (decimal): -14704309 or 4956447. OLE color: 4956447.

HSL color Cylindrical-coordinate representation of color #1FA14B: hue angle of 140.31º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA14B is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 161 75 -
CMYK 0.81 0 0.53 0.37
HSL 140.31º 0.68% 0.38% -
HSV(B) 140.31º 0.81% 0.63% -
XYZ 14.58 26.29 10.96 -
YUV 112.33 106.93 69.99 -
System Red Green Blue C M Y K H S L
Decimal 31 161 75 0.81 0 0.53 0.37 140.31 0.68 0.38
Hex 1F A1 4B 51 0 35 25 8C 44 26
Octal 37 241 113 121 0 65 45 214 104 46
Binary 11111 10100001 1001011 1010001 0 110101 100101 10001100 1000100 100110

Color Harmonies of #1FA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA14B

Black with #1FA14B

Text Example


Text Example

White with #1FA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,161,75); }

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

background-color css

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

 a { background-color: rgb(31,161,75); }

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

border-color css

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

 span { border-color: rgb(31,161,75); }

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