Html Css Color HEX #ADE248 Conifer

📋 copy color: '#ADE248'

red 173 ◦ green 226 ◦ blue 72

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

Shades of Conifer #ADE248

Tints of Conifer #ADE248

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 36.73%
G = 47.98%
B = 15.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#ADE248 (or 0xADE248) is known color: Conifer. HEX triplet: AD, E2 and 48. RGB value is (173,226,72). Sum of RGB (Red+Green+Blue) = 173+226+72=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE248 is #521DB7. Grayscale: #C1C1C1. Windows color (decimal): -5381560 or 4776621. OLE color: 4776621.

HSL color Cylindrical-coordinate representation of color #ADE248: hue angle of 80.65º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE248 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 226 72 -
CMYK 0.23 0 0.68 0.11
HSL 80.65º 0.73% 0.58% -
HSV(B) 80.65º 0.68% 0.89% -
XYZ 45.6 63.74 16.03 -
YUV 192.6 59.94 114.02 -
System Red Green Blue C M Y K H S L
Decimal 173 226 72 0.23 0 0.68 0.11 80.65 0.73 0.58
Hex AD E2 48 17 0 44 B 51 49 3A
Octal 255 342 110 27 0 104 13 121 111 72
Binary 10101101 11100010 1001000 10111 0 1000100 1011 1010001 1001001 111010

Color Harmonies of #ADE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE248

Black with #ADE248

Text Example


Text Example

White with #ADE248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE248; }

 p { color: rgb(173,226,72); }

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

background-color css

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

 a { background-color: rgb(173,226,72); }

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

border-color css

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

 span { border-color: rgb(173,226,72); }

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