Html Css Color HEX #ADF246 Conifer

📋 copy color: '#ADF246'

red 173 ◦ green 242 ◦ blue 70

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

Shades of Conifer #ADF246

Tints of Conifer #ADF246

RGB

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

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

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

R = 35.67%
G = 49.9%
B = 14.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#ADF246 (or 0xADF246) is known color: Conifer. HEX triplet: AD, F2 and 46. RGB value is (173,242,70). Sum of RGB (Red+Green+Blue) = 173+242+70=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF246 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF246 is #520DB9. Grayscale: #CACACA. Windows color (decimal): -5377466 or 4649645. OLE color: 4649645.

HSL color Cylindrical-coordinate representation of color #ADF246: hue angle of 84.07º degrees, saturation: 0.87, 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 #ADF246 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 70 -
CMYK 0.29 0 0.71 0.05
HSL 84.07º 0.87% 0.61% -
HSV(B) 84.07º 0.71% 0.95% -
XYZ 50.09 72.83 17.21 -
YUV 201.76 53.64 107.49 -
System Red Green Blue C M Y K H S L
Decimal 173 242 70 0.29 0 0.71 0.05 84.07 0.87 0.61
Hex AD F2 46 1D 0 47 5 54 57 3D
Octal 255 362 106 35 0 107 5 124 127 75
Binary 10101101 11110010 1000110 11101 0 1000111 101 1010100 1010111 111101

Color Harmonies of #ADF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF246

Black with #ADF246

Text Example


Text Example

White with #ADF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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