Html Css Color HEX #1AF672 Spring Green

📋 copy color: '#1AF672'

red 26 ◦ green 246 ◦ blue 114

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

Shades of Spring Green #1AF672

Tints of Spring Green #1AF672

RGB

 RED value IS 26 (10.55% from 255) = 6.74%

 GREEN value IS 246 (96.48% from 255) = 63.73%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 6.74%
G = 63.73%
B = 29.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#1AF672 (or 0x1AF672) is known color: Spring Green. HEX triplet: 1A, F6 and 72. RGB value is (26,246,114). Sum of RGB (Red+Green+Blue) = 26+246+114=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 246 (96.48% from 255 or 63.73% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF672 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF672 is #E5098D. Grayscale: #A5A5A5. Windows color (decimal): -15010190 or 7534106. OLE color: 7534106.

HSL color Cylindrical-coordinate representation of color #1AF672: hue angle of 144º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF672 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 114 -
CMYK 0.89 0 0.54 0.04
HSL 144º 0.92% 0.53% -
HSV(B) 144º 0.89% 0.96% -
XYZ 36.42 67.35 27 -
YUV 165.17 99.11 28.73 -
System Red Green Blue C M Y K H S L
Decimal 26 246 114 0.89 0 0.54 0.04 144 0.92 0.53
Hex 1A F6 72 59 0 36 4 90 5C 35
Octal 32 366 162 131 0 66 4 220 134 65
Binary 11010 11110110 1110010 1011001 0 110110 100 10010000 1011100 110101

Color Harmonies of #1AF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF672

Black with #1AF672

Text Example


Text Example

White with #1AF672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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