Html Css Color HEX #ADF768 Conifer

📋 copy color: '#ADF768'

red 173 ◦ green 247 ◦ blue 104

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

Shades of Conifer #ADF768

Tints of Conifer #ADF768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.14%

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

R = 33.02%
G = 47.14%
B = 19.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#ADF768 (or 0xADF768) is known color: Conifer. HEX triplet: AD, F7 and 68. RGB value is (173,247,104). Sum of RGB (Red+Green+Blue) = 173+247+104=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF768 is #520897. Grayscale: #D1D1D1. Windows color (decimal): -5376152 or 6879149. OLE color: 6879149.

HSL color Cylindrical-coordinate representation of color #ADF768: hue angle of 91.05º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF768 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 104 -
CMYK 0.30 0 0.58 0.03
HSL 91.05º 0.9% 0.69% -
HSV(B) 91.05º 0.58% 0.97% -
XYZ 52.99 76.41 25.05 -
YUV 208.57 68.98 102.63 -
System Red Green Blue C M Y K H S L
Decimal 173 247 104 0.30 0 0.58 0.03 91.05 0.9 0.69
Hex AD F7 68 1E 0 3A 3 5B 5A 45
Octal 255 367 150 36 0 72 3 133 132 105
Binary 10101101 11110111 1101000 11110 0 111010 11 1011011 1011010 1000101

Color Harmonies of #ADF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF768

Black with #ADF768

Text Example


Text Example

White with #ADF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF768; }

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

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

background-color css

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

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

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

border-color css

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

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

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