Html Css Color HEX #ADF068 Conifer

📋 copy color: '#ADF068'

red 173 ◦ green 240 ◦ blue 104

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

Shades of Conifer #ADF068

Tints of Conifer #ADF068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.12%

R = 33.46%
G = 46.42%
B = 20.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#ADF068 (or 0xADF068) is known color: Conifer. HEX triplet: AD, F0 and 68. RGB value is (173,240,104). Sum of RGB (Red+Green+Blue) = 173+240+104=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF068 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF068 is #520F97. Grayscale: #CCCCCC. Windows color (decimal): -5377944 or 6877357. OLE color: 6877357.

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

Color convert

RGB 173 240 104 -
CMYK 0.28 0 0.57 0.06
HSL 89.56º 0.82% 0.67% -
HSV(B) 89.56º 0.57% 0.94% -
XYZ 50.89 72.2 24.35 -
YUV 204.46 71.3 105.56 -
System Red Green Blue C M Y K H S L
Decimal 173 240 104 0.28 0 0.57 0.06 89.56 0.82 0.67
Hex AD F0 68 1C 0 39 6 5A 52 43
Octal 255 360 150 34 0 71 6 132 122 103
Binary 10101101 11110000 1101000 11100 0 111001 110 1011010 1010010 1000011

Color Harmonies of #ADF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF068

Black with #ADF068

Text Example


Text Example

White with #ADF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF068; }

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

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

background-color css

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

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

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

border-color css

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

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

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