Html Css Color HEX #ADF149 Conifer

📋 copy color: '#ADF149'

red 173 ◦ green 241 ◦ blue 73

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

Shades of Conifer #ADF149

Tints of Conifer #ADF149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.99%

R = 35.52%
G = 49.49%
B = 14.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ADF149 (or 0xADF149) is known color: Conifer. HEX triplet: AD, F1 and 49. RGB value is (173,241,73). Sum of RGB (Red+Green+Blue) = 173+241+73=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF149 is #520EB6. Grayscale: #CACACA. Windows color (decimal): -5377719 or 4845997. OLE color: 4845997.

HSL color Cylindrical-coordinate representation of color #ADF149: hue angle of 84.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADF149 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 73 -
CMYK 0.28 0 0.70 0.05
HSL 84.29º 0.86% 0.62% -
HSV(B) 84.29º 0.7% 0.95% -
XYZ 49.89 72.28 17.62 -
YUV 201.52 55.47 107.66 -
System Red Green Blue C M Y K H S L
Decimal 173 241 73 0.28 0 0.70 0.05 84.29 0.86 0.62
Hex AD F1 49 1C 0 46 5 54 56 3E
Octal 255 361 111 34 0 106 5 124 126 76
Binary 10101101 11110001 1001001 11100 0 1000110 101 1010100 1010110 111110

Color Harmonies of #ADF149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF149

Black with #ADF149

Text Example


Text Example

White with #ADF149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF149; }

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

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

background-color css

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

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

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

border-color css

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

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

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