Html Css Color HEX #AEDB68 Conifer

📋 copy color: '#AEDB68'

red 174 ◦ green 219 ◦ blue 104

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

Shades of Conifer #AEDB68

Tints of Conifer #AEDB68

RGB

 RED value IS 174 (68.36% from 255) = 35.01%

 GREEN value IS 219 (85.94% from 255) = 44.06%

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

R = 35.01%
G = 44.06%
B = 20.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#AEDB68 (or 0xAEDB68) is known color: Conifer. HEX triplet: AE, DB and 68. RGB value is (174,219,104). Sum of RGB (Red+Green+Blue) = 174+219+104=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB68 is #512497. Grayscale: #C0C0C0. Windows color (decimal): -5317784 or 6871982. OLE color: 6871982.

HSL color Cylindrical-coordinate representation of color #AEDB68: hue angle of 83.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEDB68 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 104 -
CMYK 0.21 0 0.53 0.14
HSL 83.48º 0.61% 0.63% -
HSV(B) 83.48º 0.53% 0.86% -
XYZ 45.29 60.66 22.42 -
YUV 192.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 174 219 104 0.21 0 0.53 0.14 83.48 0.61 0.63
Hex AE DB 68 15 0 35 E 53 3D 3F
Octal 256 333 150 25 0 65 16 123 75 77
Binary 10101110 11011011 1101000 10101 0 110101 1110 1010011 111101 111111

Color Harmonies of #AEDB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB68

Black with #AEDB68

Text Example


Text Example

White with #AEDB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB68; }

 p { color: rgb(174,219,104); }

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

background-color css

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

 a { background-color: rgb(174,219,104); }

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

border-color css

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

 span { border-color: rgb(174,219,104); }

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