Html Css Color HEX #ADF465 Conifer

📋 copy color: '#ADF465'

red 173 ◦ green 244 ◦ blue 101

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

Shades of Conifer #ADF465

Tints of Conifer #ADF465

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.1%

 BLUE value IS 101 (39.84% from 255) = 19.5%

R = 33.4%
G = 47.1%
B = 19.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#ADF465 (or 0xADF465) is known color: Conifer. HEX triplet: AD, F4 and 65. RGB value is (173,244,101). Sum of RGB (Red+Green+Blue) = 173+244+101=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF465 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF465 is #520B9A. Grayscale: #CECECE. Windows color (decimal): -5376923 or 6681773. OLE color: 6681773.

HSL color Cylindrical-coordinate representation of color #ADF465: hue angle of 89.79º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF465 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 244 101 -
CMYK 0.29 0 0.59 0.04
HSL 89.79º 0.87% 0.68% -
HSV(B) 89.79º 0.59% 0.96% -
XYZ 51.93 74.53 23.96 -
YUV 206.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 173 244 101 0.29 0 0.59 0.04 89.79 0.87 0.68
Hex AD F4 65 1D 0 3B 4 5A 57 44
Octal 255 364 145 35 0 73 4 132 127 104
Binary 10101101 11110100 1100101 11101 0 111011 100 1011010 1010111 1000100

Color Harmonies of #ADF465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF465

Black with #ADF465

Text Example


Text Example

White with #ADF465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF465; }

 p { color: rgb(173,244,101); }

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

background-color css

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

 a { background-color: rgb(173,244,101); }

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

border-color css

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

 span { border-color: rgb(173,244,101); }

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