#1AF372

Color #1AF372 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #1AF372

Tints of Spring Green #1AF372

Color information

#1AF372 (or 0x1AF372) is unknown color: approx Spring Green. HEX triplet: 1A, F3 and 72. RGB value is (26,243,114). Sum of RGB (Red+Green+Blue) = 26+243+114=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF372 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF372 is #E50C8D. Grayscale: #A3A3A3. Windows color (decimal): -15010958 or 7533338. OLE color: 7533338.

HSL color Cylindrical-coordinate representation of color #1AF372: hue angle of 144.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF372 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB26243114-
CMYK0.8900.530.05
HSL144.33º90.04%52.75%-
HSV(B)144.33º89.3%95.29%-
XYZ35.5165.5426.7-
YUV163.41100.1129.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.79%
GREEN value IS 243 (95.31% from 255) = 63.45%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=6.79%
G=63.45%
B=29.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal262431140.8900.530.05144.3390.0452.75
Hex1AF372590355905a35
Octal32363162131065522013265
Binary1101011110011111001010110010110101101100100001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,243,114); }

 H1.HeaderClassName
 {
   color: #1AF372;
 }
 .AnyTagClassName
 {
   color: #1AF372;
 }
</style>
background-color css

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

 a { background-color: rgb(26,243,114); }

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

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

 span { border-color: rgb(26,243,114); }

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