Html Css Color HEX #2AF709 Harlequin

📋 copy color: '#2AF709'

red 42 ◦ green 247 ◦ blue 9

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

Shades of Harlequin #2AF709

Tints of Harlequin #2AF709

RGB

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

 GREEN value IS 247 (96.88% from 255) = 82.89%

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

R = 14.09%
G = 82.89%
B = 3.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#2AF709 (or 0x2AF709) is known color: Harlequin. HEX triplet: 2A, F7 and 09. RGB value is (42,247,9). Sum of RGB (Red+Green+Blue) = 42+247+9=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 247 (96.88% from 255 or 82.89% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF709 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF709 is #D508F6. Grayscale: #9F9F9F. Windows color (decimal): -13961463 or 653098. OLE color: 653098.

HSL color Cylindrical-coordinate representation of color #2AF709: hue angle of 111.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AF709 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 247 9 -
CMYK 0.83 0 0.96 0.03
HSL 111.68º 0.94% 0.5% -
HSV(B) 111.68º 0.96% 0.97% -
XYZ 34.26 67.03 11.39 -
YUV 158.57 43.58 44.85 -
System Red Green Blue C M Y K H S L
Decimal 42 247 9 0.83 0 0.96 0.03 111.68 0.94 0.5
Hex 2A F7 9 53 0 60 3 70 5E 32
Octal 52 367 11 123 0 140 3 160 136 62
Binary 101010 11110111 1001 1010011 0 1100000 11 1110000 1011110 110010

Color Harmonies of #2AF709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF709

Black with #2AF709

Text Example


Text Example

White with #2AF709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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