Html Css Color HEX #ADF134 Green Yellow

📋 copy color: '#ADF134'

red 173 ◦ green 241 ◦ blue 52

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

Shades of Green Yellow #ADF134

Tints of Green Yellow #ADF134

RGB

 RED value IS 173 (67.97% from 255) = 37.12%

 GREEN value IS 241 (94.53% from 255) = 51.72%

 BLUE value IS 52 (20.7% from 255) = 11.16%

R = 37.12%
G = 51.72%
B = 11.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#ADF134 (or 0xADF134) is known color: Green Yellow. HEX triplet: AD, F1 and 34. RGB value is (173,241,52). Sum of RGB (Red+Green+Blue) = 173+241+52=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF134 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF134 is #520ECB. Grayscale: #C7C7C7. Windows color (decimal): -5377740 or 3469741. OLE color: 3469741.

HSL color Cylindrical-coordinate representation of color #ADF134: hue angle of 81.59º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADF134 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 52 -
CMYK 0.28 0 0.78 0.05
HSL 81.59º 0.87% 0.57% -
HSV(B) 81.59º 0.78% 0.95% -
XYZ 49.31 72.04 14.56 -
YUV 199.12 44.97 109.37 -
System Red Green Blue C M Y K H S L
Decimal 173 241 52 0.28 0 0.78 0.05 81.59 0.87 0.57
Hex AD F1 34 1C 0 4E 5 52 57 39
Octal 255 361 64 34 0 116 5 122 127 71
Binary 10101101 11110001 110100 11100 0 1001110 101 1010010 1010111 111001

Color Harmonies of #ADF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF134

Black with #ADF134

Text Example


Text Example

White with #ADF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF134; }

 p { color: rgb(173,241,52); }

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

background-color css

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

 a { background-color: rgb(173,241,52); }

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

border-color css

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

 span { border-color: rgb(173,241,52); }

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