Html Css Color HEX #ADEC68 Conifer

📋 copy color: '#ADEC68'

red 173 ◦ green 236 ◦ blue 104

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

Shades of Conifer #ADEC68

Tints of Conifer #ADEC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 33.72%
G = 46%
B = 20.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ADEC68 (or 0xADEC68) is known color: Conifer. HEX triplet: AD, EC and 68. RGB value is (173,236,104). Sum of RGB (Red+Green+Blue) = 173+236+104=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC68 is #521397. Grayscale: #CACACA. Windows color (decimal): -5378968 or 6876333. OLE color: 6876333.

HSL color Cylindrical-coordinate representation of color #ADEC68: hue angle of 88.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADEC68 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 236 104 -
CMYK 0.27 0 0.56 0.07
HSL 88.64º 0.78% 0.67% -
HSV(B) 88.64º 0.56% 0.93% -
XYZ 49.73 69.87 23.96 -
YUV 202.12 72.63 107.23 -
System Red Green Blue C M Y K H S L
Decimal 173 236 104 0.27 0 0.56 0.07 88.64 0.78 0.67
Hex AD EC 68 1B 0 38 7 59 4E 43
Octal 255 354 150 33 0 70 7 131 116 103
Binary 10101101 11101100 1101000 11011 0 111000 111 1011001 1001110 1000011

Color Harmonies of #ADEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC68

Black with #ADEC68

Text Example


Text Example

White with #ADEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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