Html Css Color HEX #1AF073 Spring Green

📋 copy color: '#1AF073'

red 26 ◦ green 240 ◦ blue 115

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

Shades of Spring Green #1AF073

Tints of Spring Green #1AF073

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.99%

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 6.82%
G = 62.99%
B = 30.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#1AF073 (or 0x1AF073) is known color: Spring Green. HEX triplet: 1A, F0 and 73. RGB value is (26,240,115). Sum of RGB (Red+Green+Blue) = 26+240+115=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 240 (94.14% from 255 or 62.99% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF073 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF073 is #E50F8C. Grayscale: #A2A2A2. Windows color (decimal): -15011725 or 7598106. OLE color: 7598106.

HSL color Cylindrical-coordinate representation of color #1AF073: hue angle of 144.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF073 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 115 -
CMYK 0.89 0 0.52 0.06
HSL 144.95º 0.88% 0.52% -
HSV(B) 144.95º 0.89% 0.94% -
XYZ 34.68 63.78 26.7 -
YUV 161.76 101.6 31.16 -
System Red Green Blue C M Y K H S L
Decimal 26 240 115 0.89 0 0.52 0.06 144.95 0.88 0.52
Hex 1A F0 73 59 0 34 6 91 58 34
Octal 32 360 163 131 0 64 6 221 130 64
Binary 11010 11110000 1110011 1011001 0 110100 110 10010001 1011000 110100

Color Harmonies of #1AF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF073

Black with #1AF073

Text Example


Text Example

White with #1AF073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,240,115); }

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

background-color css

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

 a { background-color: rgb(26,240,115); }

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

border-color css

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

 span { border-color: rgb(26,240,115); }

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