Html Css Color HEX #1AF294 Medium Spring Green

📋 copy color: '#1AF294'

red 26 ◦ green 242 ◦ blue 148

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

Shades of Medium Spring Green #1AF294

Tints of Medium Spring Green #1AF294

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.17%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 6.25%
G = 58.17%
B = 35.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#1AF294 (or 0x1AF294) is known color: Medium Spring Green. HEX triplet: 1A, F2 and 94. RGB value is (26,242,148). Sum of RGB (Red+Green+Blue) = 26+242+148=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF294 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF294 is #E50D6B. Grayscale: #A6A6A6. Windows color (decimal): -15011180 or 9761306. OLE color: 9761306.

HSL color Cylindrical-coordinate representation of color #1AF294: hue angle of 153.89º degrees, saturation: 0.89, 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 #1AF294 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 242 148 -
CMYK 0.89 0 0.39 0.05
HSL 153.89º 0.89% 0.53% -
HSV(B) 153.89º 0.89% 0.95% -
XYZ 37.52 65.86 38.75 -
YUV 166.7 117.44 27.64 -
System Red Green Blue C M Y K H S L
Decimal 26 242 148 0.89 0 0.39 0.05 153.89 0.89 0.53
Hex 1A F2 94 59 0 27 5 9A 59 35
Octal 32 362 224 131 0 47 5 232 131 65
Binary 11010 11110010 10010100 1011001 0 100111 101 10011010 1011001 110101

Color Harmonies of #1AF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF294

Black with #1AF294

Text Example


Text Example

White with #1AF294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,242,148); }

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

background-color css

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

 a { background-color: rgb(26,242,148); }

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

border-color css

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

 span { border-color: rgb(26,242,148); }

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