Html Css Color HEX #ADF022 Green Yellow

📋 copy color: '#ADF022'

red 173 ◦ green 240 ◦ blue 34

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

Shades of Green Yellow #ADF022

Tints of Green Yellow #ADF022

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.69%

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 38.7%
G = 53.69%
B = 7.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#ADF022 (or 0xADF022) is known color: Green Yellow. HEX triplet: AD, F0 and 22. RGB value is (173,240,34). Sum of RGB (Red+Green+Blue) = 173+240+34=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF022 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF022 is #520FDD. Grayscale: #C5C5C5. Windows color (decimal): -5378014 or 2289837. OLE color: 2289837.

HSL color Cylindrical-coordinate representation of color #ADF022: hue angle of 79.51º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADF022 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 34 -
CMYK 0.28 0 0.86 0.06
HSL 79.51º 0.87% 0.54% -
HSV(B) 79.51º 0.86% 0.94% -
XYZ 48.68 71.32 12.71 -
YUV 196.48 36.3 111.25 -
System Red Green Blue C M Y K H S L
Decimal 173 240 34 0.28 0 0.86 0.06 79.51 0.87 0.54
Hex AD F0 22 1C 0 56 6 50 57 36
Octal 255 360 42 34 0 126 6 120 127 66
Binary 10101101 11110000 100010 11100 0 1010110 110 1010000 1010111 110110

Color Harmonies of #ADF022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF022

Black with #ADF022

Text Example


Text Example

White with #ADF022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF022; }

 p { color: rgb(173,240,34); }

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

background-color css

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

 a { background-color: rgb(173,240,34); }

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

border-color css

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

 span { border-color: rgb(173,240,34); }

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