Html Css Color HEX #2AD909 Harlequin

📋 copy color: '#2AD909'

red 42 ◦ green 217 ◦ blue 9

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

Shades of Harlequin #2AD909

Tints of Harlequin #2AD909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.36%

R = 15.67%
G = 80.97%
B = 3.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#2AD909 (or 0x2AD909) is known color: Harlequin. HEX triplet: 2A, D9 and 09. RGB value is (42,217,9). Sum of RGB (Red+Green+Blue) = 42+217+9=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 217 (85.16% from 255 or 80.97% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD909 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD909 is #D526F6. Grayscale: #8D8D8D. Windows color (decimal): -13969143 or 645418. OLE color: 645418.

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

Color convert

RGB 42 217 9 -
CMYK 0.81 0 0.96 0.15
HSL 110.48º 0.92% 0.44% -
HSV(B) 110.48º 0.96% 0.85% -
XYZ 25.82 50.14 8.58 -
YUV 140.96 53.52 57.41 -
System Red Green Blue C M Y K H S L
Decimal 42 217 9 0.81 0 0.96 0.15 110.48 0.92 0.44
Hex 2A D9 9 51 0 60 F 6E 5C 2C
Octal 52 331 11 121 0 140 17 156 134 54
Binary 101010 11011001 1001 1010001 0 1100000 1111 1101110 1011100 101100

Color Harmonies of #2AD909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD909

Black with #2AD909

Text Example


Text Example

White with #2AD909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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