Html Css Color HEX #2AF006 Harlequin

📋 copy color: '#2AF006'

red 42 ◦ green 240 ◦ blue 6

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

Shades of Harlequin #2AF006

Tints of Harlequin #2AF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 14.58%
G = 83.33%
B = 2.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#2AF006 (or 0x2AF006) is known color: Harlequin. HEX triplet: 2A, F0 and 06. RGB value is (42,240,6). Sum of RGB (Red+Green+Blue) = 42+240+6=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 240 (94.14% from 255 or 83.33% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF006 is #D50FF9. Grayscale: #9A9A9A. Windows color (decimal): -13963258 or 454698. OLE color: 454698.

HSL color Cylindrical-coordinate representation of color #2AF006: hue angle of 110.77º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AF006 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 240 6 -
CMYK 0.82 0 0.98 0.06
HSL 110.77º 0.95% 0.48% -
HSV(B) 110.77º 0.98% 0.94% -
XYZ 32.15 62.83 10.6 -
YUV 154.12 44.4 48.03 -
System Red Green Blue C M Y K H S L
Decimal 42 240 6 0.82 0 0.98 0.06 110.77 0.95 0.48
Hex 2A F0 6 52 0 62 6 6F 5F 30
Octal 52 360 6 122 0 142 6 157 137 60
Binary 101010 11110000 110 1010010 0 1100010 110 1101111 1011111 110000

Color Harmonies of #2AF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF006

Black with #2AF006

Text Example


Text Example

White with #2AF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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