Html Css Color HEX #AEDB5C Conifer

📋 copy color: '#AEDB5C'

red 174 ◦ green 219 ◦ blue 92

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

Shades of Conifer #AEDB5C

Tints of Conifer #AEDB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.97%

R = 35.88%
G = 45.15%
B = 18.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#AEDB5C (or 0xAEDB5C) is known color: Conifer. HEX triplet: AE, DB and 5C. RGB value is (174,219,92). Sum of RGB (Red+Green+Blue) = 174+219+92=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB5C is #5124A3. Grayscale: #BFBFBF. Windows color (decimal): -5317796 or 6085550. OLE color: 6085550.

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

Color convert

RGB 174 219 92 -
CMYK 0.21 0 0.58 0.14
HSL 81.26º 0.64% 0.61% -
HSV(B) 81.26º 0.58% 0.86% -
XYZ 44.72 60.43 19.43 -
YUV 191.07 72.09 115.83 -
System Red Green Blue C M Y K H S L
Decimal 174 219 92 0.21 0 0.58 0.14 81.26 0.64 0.61
Hex AE DB 5C 15 0 3A E 51 40 3D
Octal 256 333 134 25 0 72 16 121 100 75
Binary 10101110 11011011 1011100 10101 0 111010 1110 1010001 1000000 111101

Color Harmonies of #AEDB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB5C

Black with #AEDB5C

Text Example


Text Example

White with #AEDB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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