Html Css Color HEX #1AF25B Malachite

📋 copy color: '#1AF25B'

red 26 ◦ green 242 ◦ blue 91

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

Shades of Malachite #1AF25B

Tints of Malachite #1AF25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 7.24%
G = 67.41%
B = 25.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#1AF25B (or 0x1AF25B) is known color: Malachite. HEX triplet: 1A, F2 and 5B. RGB value is (26,242,91). Sum of RGB (Red+Green+Blue) = 26+242+91=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF25B is #E50DA4. Grayscale: #A0A0A0. Windows color (decimal): -15011237 or 6025754. OLE color: 6025754.

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

Color convert

RGB 26 242 91 -
CMYK 0.89 0 0.62 0.05
HSL 138.06º 0.89% 0.53% -
HSV(B) 138.06º 0.89% 0.95% -
XYZ 34.07 64.48 20.55 -
YUV 160.2 88.94 32.28 -
System Red Green Blue C M Y K H S L
Decimal 26 242 91 0.89 0 0.62 0.05 138.06 0.89 0.53
Hex 1A F2 5B 59 0 3E 5 8A 59 35
Octal 32 362 133 131 0 76 5 212 131 65
Binary 11010 11110010 1011011 1011001 0 111110 101 10001010 1011001 110101

Color Harmonies of #1AF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF25B

Black with #1AF25B

Text Example


Text Example

White with #1AF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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