Html Css Color HEX #AEDA4B Conifer

📋 copy color: '#AEDA4B'

red 174 ◦ green 218 ◦ blue 75

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

Shades of Conifer #AEDA4B

Tints of Conifer #AEDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.68%

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

R = 37.26%
G = 46.68%
B = 16.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AEDA4B (or 0xAEDA4B) is known color: Conifer. HEX triplet: AE, DA and 4B. RGB value is (174,218,75). Sum of RGB (Red+Green+Blue) = 174+218+75=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA4B is #5125B4. Grayscale: #BDBDBD. Windows color (decimal): -5318069 or 4971182. OLE color: 4971182.

HSL color Cylindrical-coordinate representation of color #AEDA4B: hue angle of 78.46º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEDA4B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 75 -
CMYK 0.20 0 0.66 0.15
HSL 78.46º 0.66% 0.57% -
HSV(B) 78.46º 0.66% 0.85% -
XYZ 43.8 59.65 15.86 -
YUV 188.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 174 218 75 0.20 0 0.66 0.15 78.46 0.66 0.57
Hex AE DA 4B 14 0 42 F 4E 42 39
Octal 256 332 113 24 0 102 17 116 102 71
Binary 10101110 11011010 1001011 10100 0 1000010 1111 1001110 1000010 111001

Color Harmonies of #AEDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA4B

Black with #AEDA4B

Text Example


Text Example

White with #AEDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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