Html Css Color HEX #2ADF95 Shamrock

📋 copy color: '#2ADF95'

red 42 ◦ green 223 ◦ blue 149

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

Shades of Shamrock #2ADF95

Tints of Shamrock #2ADF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.86%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 10.14%
G = 53.86%
B = 35.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#2ADF95 (or 0x2ADF95) is known color: Shamrock. HEX triplet: 2A, DF and 95. RGB value is (42,223,149). Sum of RGB (Red+Green+Blue) = 42+223+149=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADF95 is #D5206A. Grayscale: #A0A0A0. Windows color (decimal): -13967467 or 9821994. OLE color: 9821994.

HSL color Cylindrical-coordinate representation of color #2ADF95: hue angle of 155.47º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF95 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 149 -
CMYK 0.81 0 0.33 0.13
HSL 155.47º 0.74% 0.52% -
HSV(B) 155.47º 0.81% 0.87% -
XYZ 32.77 55.44 37.41 -
YUV 160.45 121.53 43.52 -
System Red Green Blue C M Y K H S L
Decimal 42 223 149 0.81 0 0.33 0.13 155.47 0.74 0.52
Hex 2A DF 95 51 0 21 D 9B 4A 34
Octal 52 337 225 121 0 41 15 233 112 64
Binary 101010 11011111 10010101 1010001 0 100001 1101 10011011 1001010 110100

Color Harmonies of #2ADF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF95

Black with #2ADF95

Text Example


Text Example

White with #2ADF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,149); }

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

background-color css

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

 a { background-color: rgb(42,223,149); }

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

border-color css

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

 span { border-color: rgb(42,223,149); }

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