Html Css Color HEX #ADF234 Green Yellow

📋 copy color: '#ADF234'

red 173 ◦ green 242 ◦ blue 52

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

Shades of Green Yellow #ADF234

Tints of Green Yellow #ADF234

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.82%

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

R = 37.04%
G = 51.82%
B = 11.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#ADF234 (or 0xADF234) is known color: Green Yellow. HEX triplet: AD, F2 and 34. RGB value is (173,242,52). Sum of RGB (Red+Green+Blue) = 173+242+52=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF234 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF234 is #520DCB. Grayscale: #C8C8C8. Windows color (decimal): -5377484 or 3469997. OLE color: 3469997.

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

Color convert

RGB 173 242 52 -
CMYK 0.29 0 0.79 0.05
HSL 81.79º 0.88% 0.58% -
HSV(B) 81.79º 0.79% 0.95% -
XYZ 49.61 72.64 14.65 -
YUV 199.71 44.64 108.95 -
System Red Green Blue C M Y K H S L
Decimal 173 242 52 0.29 0 0.79 0.05 81.79 0.88 0.58
Hex AD F2 34 1D 0 4F 5 52 58 3A
Octal 255 362 64 35 0 117 5 122 130 72
Binary 10101101 11110010 110100 11101 0 1001111 101 1010010 1011000 111010

Color Harmonies of #ADF234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF234

Black with #ADF234

Text Example


Text Example

White with #ADF234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF234; }

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

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

background-color css

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

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

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

border-color css

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

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

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