Html Css Color HEX #ADF146 Conifer

📋 copy color: '#ADF146'

red 173 ◦ green 241 ◦ blue 70

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

Shades of Conifer #ADF146

Tints of Conifer #ADF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.46%

R = 35.74%
G = 49.79%
B = 14.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#ADF146 (or 0xADF146) is known color: Conifer. HEX triplet: AD, F1 and 46. RGB value is (173,241,70). Sum of RGB (Red+Green+Blue) = 173+241+70=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF146 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF146 is #520EB9. Grayscale: #C9C9C9. Windows color (decimal): -5377722 or 4649389. OLE color: 4649389.

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

Color convert

RGB 173 241 70 -
CMYK 0.28 0 0.71 0.05
HSL 83.86º 0.86% 0.61% -
HSV(B) 83.86º 0.71% 0.95% -
XYZ 49.79 72.24 17.11 -
YUV 201.17 53.97 107.9 -
System Red Green Blue C M Y K H S L
Decimal 173 241 70 0.28 0 0.71 0.05 83.86 0.86 0.61
Hex AD F1 46 1C 0 47 5 54 56 3D
Octal 255 361 106 34 0 107 5 124 126 75
Binary 10101101 11110001 1000110 11100 0 1000111 101 1010100 1010110 111101

Color Harmonies of #ADF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF146

Black with #ADF146

Text Example


Text Example

White with #ADF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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