Html Css Color HEX #1AF292 Medium Spring Green

📋 copy color: '#1AF292'

red 26 ◦ green 242 ◦ blue 146

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

Shades of Medium Spring Green #1AF292

Tints of Medium Spring Green #1AF292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 6.28%
G = 58.45%
B = 35.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#1AF292 (or 0x1AF292) is known color: Medium Spring Green. HEX triplet: 1A, F2 and 92. RGB value is (26,242,146). Sum of RGB (Red+Green+Blue) = 26+242+146=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF292 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF292 is #E50D6D. Grayscale: #A6A6A6. Windows color (decimal): -15011182 or 9630234. OLE color: 9630234.

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

Color convert

RGB 26 242 146 -
CMYK 0.89 0 0.40 0.05
HSL 153.33º 0.89% 0.53% -
HSV(B) 153.33º 0.89% 0.95% -
XYZ 37.37 65.8 37.93 -
YUV 166.47 116.44 27.81 -
System Red Green Blue C M Y K H S L
Decimal 26 242 146 0.89 0 0.40 0.05 153.33 0.89 0.53
Hex 1A F2 92 59 0 28 5 99 59 35
Octal 32 362 222 131 0 50 5 231 131 65
Binary 11010 11110010 10010010 1011001 0 101000 101 10011001 1011001 110101

Color Harmonies of #1AF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF292

Black with #1AF292

Text Example


Text Example

White with #1AF292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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