Html Css Color HEX #2AF012 Harlequin

📋 copy color: '#2AF012'

red 42 ◦ green 240 ◦ blue 18

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

Shades of Harlequin #2AF012

Tints of Harlequin #2AF012

RGB

 RED value IS 42 (16.8% from 255) = 14%

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 14%
G = 80%
B = 6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#2AF012 (or 0x2AF012) is known color: Harlequin. HEX triplet: 2A, F0 and 12. RGB value is (42,240,18). Sum of RGB (Red+Green+Blue) = 42+240+18=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 240 (94.14% from 255 or 80% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF012 is #D50FED. Grayscale: #9C9C9C. Windows color (decimal): -13963246 or 1241130. OLE color: 1241130.

HSL color Cylindrical-coordinate representation of color #2AF012: hue angle of 113.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AF012 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 240 18 -
CMYK 0.82 0 0.92 0.06
HSL 113.51º 0.88% 0.51% -
HSV(B) 113.51º 0.93% 0.94% -
XYZ 32.22 62.86 11.01 -
YUV 155.49 50.4 47.05 -
System Red Green Blue C M Y K H S L
Decimal 42 240 18 0.82 0 0.92 0.06 113.51 0.88 0.51
Hex 2A F0 12 52 0 5C 6 72 58 33
Octal 52 360 22 122 0 134 6 162 130 63
Binary 101010 11110000 10010 1010010 0 1011100 110 1110010 1011000 110011

Color Harmonies of #2AF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF012

Black with #2AF012

Text Example


Text Example

White with #2AF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AF012; }

 p { color: rgb(42,240,18); }

 H1.HeaderClassName
 {
   color: #2AF012;
 }
 .AnyTagClassName
 {
   color: #2AF012;
 }
</style>

background-color css

<style>
 a { background-color: #2AF012; }

 a { background-color: rgb(42,240,18); }

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

border-color css

<style>
 span { border-color: #2AF012; }

 span { border-color: rgb(42,240,18); }

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