Html Css Color HEX #1AF25A Malachite

📋 copy color: '#1AF25A'

red 26 ◦ green 242 ◦ blue 90

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

Shades of Malachite #1AF25A

Tints of Malachite #1AF25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 7.26%
G = 67.6%
B = 25.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#1AF25A (or 0x1AF25A) is known color: Malachite. HEX triplet: 1A, F2 and 5A. RGB value is (26,242,90). Sum of RGB (Red+Green+Blue) = 26+242+90=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF25A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF25A is #E50DA5. Grayscale: #A0A0A0. Windows color (decimal): -15011238 or 5960218. OLE color: 5960218.

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

Color convert

RGB 26 242 90 -
CMYK 0.89 0 0.63 0.05
HSL 137.78º 0.89% 0.53% -
HSV(B) 137.78º 0.89% 0.95% -
XYZ 34.02 64.46 20.32 -
YUV 160.09 88.44 32.36 -
System Red Green Blue C M Y K H S L
Decimal 26 242 90 0.89 0 0.63 0.05 137.78 0.89 0.53
Hex 1A F2 5A 59 0 3F 5 8A 59 35
Octal 32 362 132 131 0 77 5 212 131 65
Binary 11010 11110010 1011010 1011001 0 111111 101 10001010 1011001 110101

Color Harmonies of #1AF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF25A

Black with #1AF25A

Text Example


Text Example

White with #1AF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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