Html Css Color HEX #AEDB4B Conifer

📋 copy color: '#AEDB4B'

red 174 ◦ green 219 ◦ blue 75

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

Shades of Conifer #AEDB4B

Tints of Conifer #AEDB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.03%

R = 37.18%
G = 46.79%
B = 16.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#AEDB4B (or 0xAEDB4B) is known color: Conifer. HEX triplet: AE, DB and 4B. RGB value is (174,219,75). Sum of RGB (Red+Green+Blue) = 174+219+75=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB4B is #5124B4. Grayscale: #BDBDBD. Windows color (decimal): -5317813 or 4971438. OLE color: 4971438.

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

Color convert

RGB 174 219 75 -
CMYK 0.21 0 0.66 0.14
HSL 78.75º 0.67% 0.58% -
HSV(B) 78.75º 0.66% 0.86% -
XYZ 44.06 60.17 15.95 -
YUV 189.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 174 219 75 0.21 0 0.66 0.14 78.75 0.67 0.58
Hex AE DB 4B 15 0 42 E 4F 43 3A
Octal 256 333 113 25 0 102 16 117 103 72
Binary 10101110 11011011 1001011 10101 0 1000010 1110 1001111 1000011 111010

Color Harmonies of #AEDB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB4B

Black with #AEDB4B

Text Example


Text Example

White with #AEDB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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