Html Css Color HEX #ADF552 Conifer

📋 copy color: '#ADF552'

red 173 ◦ green 245 ◦ blue 82

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

Shades of Conifer #ADF552

Tints of Conifer #ADF552

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49%

 BLUE value IS 82 (32.42% from 255) = 16.4%

R = 34.6%
G = 49%
B = 16.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#ADF552 (or 0xADF552) is known color: Conifer. HEX triplet: AD, F5 and 52. RGB value is (173,245,82). Sum of RGB (Red+Green+Blue) = 173+245+82=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF552 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF552 is #520AAD. Grayscale: #CDCDCD. Windows color (decimal): -5376686 or 5436845. OLE color: 5436845.

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

Color convert

RGB 173 245 82 -
CMYK 0.29 0 0.67 0.04
HSL 86.5º 0.89% 0.64% -
HSV(B) 86.5º 0.67% 0.96% -
XYZ 51.41 74.8 19.71 -
YUV 204.89 58.65 105.25 -
System Red Green Blue C M Y K H S L
Decimal 173 245 82 0.29 0 0.67 0.04 86.5 0.89 0.64
Hex AD F5 52 1D 0 43 4 57 59 40
Octal 255 365 122 35 0 103 4 127 131 100
Binary 10101101 11110101 1010010 11101 0 1000011 100 1010111 1011001 1000000

Color Harmonies of #ADF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF552

Black with #ADF552

Text Example


Text Example

White with #ADF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF552; }

 p { color: rgb(173,245,82); }

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

background-color css

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

 a { background-color: rgb(173,245,82); }

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

border-color css

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

 span { border-color: rgb(173,245,82); }

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