Html Css Color HEX #2AD906 Harlequin

📋 copy color: '#2AD906'

red 42 ◦ green 217 ◦ blue 6

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

Shades of Harlequin #2AD906

Tints of Harlequin #2AD906

RGB

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

 GREEN value IS 217 (85.16% from 255) = 81.89%

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

R = 15.85%
G = 81.89%
B = 2.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#2AD906 (or 0x2AD906) is known color: Harlequin. HEX triplet: 2A, D9 and 06. RGB value is (42,217,6). Sum of RGB (Red+Green+Blue) = 42+217+6=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 217 (85.16% from 255 or 81.89% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD906 is #D526F9. Grayscale: #8D8D8D. Windows color (decimal): -13969146 or 448810. OLE color: 448810.

HSL color Cylindrical-coordinate representation of color #2AD906: hue angle of 109.76º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AD906 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 217 6 -
CMYK 0.81 0 0.97 0.15
HSL 109.76º 0.95% 0.44% -
HSV(B) 109.76º 0.97% 0.85% -
XYZ 25.8 50.13 8.49 -
YUV 140.62 52.02 57.66 -
System Red Green Blue C M Y K H S L
Decimal 42 217 6 0.81 0 0.97 0.15 109.76 0.95 0.44
Hex 2A D9 6 51 0 61 F 6E 5F 2C
Octal 52 331 6 121 0 141 17 156 137 54
Binary 101010 11011001 110 1010001 0 1100001 1111 1101110 1011111 101100

Color Harmonies of #2AD906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD906

Black with #2AD906

Text Example


Text Example

White with #2AD906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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