Html Css Color HEX #ADF055 Conifer

📋 copy color: '#ADF055'

red 173 ◦ green 240 ◦ blue 85

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

Shades of Conifer #ADF055

Tints of Conifer #ADF055

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.19%

 BLUE value IS 85 (33.59% from 255) = 17.07%

R = 34.74%
G = 48.19%
B = 17.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#ADF055 (or 0xADF055) is known color: Conifer. HEX triplet: AD, F0 and 55. RGB value is (173,240,85). Sum of RGB (Red+Green+Blue) = 173+240+85=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF055 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF055 is #520FAA. Grayscale: #CACACA. Windows color (decimal): -5377963 or 5632173. OLE color: 5632173.

HSL color Cylindrical-coordinate representation of color #ADF055: hue angle of 85.94º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADF055 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 85 -
CMYK 0.28 0 0.65 0.06
HSL 85.94º 0.84% 0.64% -
HSV(B) 85.94º 0.65% 0.94% -
XYZ 50.03 71.86 19.83 -
YUV 202.3 61.8 107.1 -
System Red Green Blue C M Y K H S L
Decimal 173 240 85 0.28 0 0.65 0.06 85.94 0.84 0.64
Hex AD F0 55 1C 0 41 6 56 54 40
Octal 255 360 125 34 0 101 6 126 124 100
Binary 10101101 11110000 1010101 11100 0 1000001 110 1010110 1010100 1000000

Color Harmonies of #ADF055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF055

Black with #ADF055

Text Example


Text Example

White with #ADF055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF055; }

 p { color: rgb(173,240,85); }

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

background-color css

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

 a { background-color: rgb(173,240,85); }

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

border-color css

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

 span { border-color: rgb(173,240,85); }

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