Html Css Color HEX #ADF128 Green Yellow

📋 copy color: '#ADF128'

red 173 ◦ green 241 ◦ blue 40

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

Shades of Green Yellow #ADF128

Tints of Green Yellow #ADF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 38.11%
G = 53.08%
B = 8.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#ADF128 (or 0xADF128) is known color: Green Yellow. HEX triplet: AD, F1 and 28. RGB value is (173,241,40). Sum of RGB (Red+Green+Blue) = 173+241+40=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF128 is #520ED7. Grayscale: #C6C6C6. Windows color (decimal): -5377752 or 2683309. OLE color: 2683309.

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

Color convert

RGB 173 241 40 -
CMYK 0.28 0 0.83 0.05
HSL 80.3º 0.88% 0.55% -
HSV(B) 80.3º 0.83% 0.95% -
XYZ 49.07 71.95 13.31 -
YUV 197.75 38.97 110.34 -
System Red Green Blue C M Y K H S L
Decimal 173 241 40 0.28 0 0.83 0.05 80.3 0.88 0.55
Hex AD F1 28 1C 0 53 5 50 58 37
Octal 255 361 50 34 0 123 5 120 130 67
Binary 10101101 11110001 101000 11100 0 1010011 101 1010000 1011000 110111

Color Harmonies of #ADF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF128

Black with #ADF128

Text Example


Text Example

White with #ADF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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