Html Css Color HEX #AED04D Conifer

📋 copy color: '#AED04D'

red 174 ◦ green 208 ◦ blue 77

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

Shades of Conifer #AED04D

Tints of Conifer #AED04D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 77 (30.47% from 255) = 16.78%

R = 37.91%
G = 45.32%
B = 16.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#AED04D (or 0xAED04D) is known color: Conifer. HEX triplet: AE, D0 and 4D. RGB value is (174,208,77). Sum of RGB (Red+Green+Blue) = 174+208+77=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #AED04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED04D is #512FB2. Grayscale: #B7B7B7. Windows color (decimal): -5320627 or 5099694. OLE color: 5099694.

HSL color Cylindrical-coordinate representation of color #AED04D: hue angle of 75.57º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED04D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 77 -
CMYK 0.16 0 0.63 0.18
HSL 75.57º 0.58% 0.56% -
HSV(B) 75.57º 0.63% 0.82% -
XYZ 41.35 54.65 15.39 -
YUV 182.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 174 208 77 0.16 0 0.63 0.18 75.57 0.58 0.56
Hex AE D0 4D 10 0 3F 12 4C 3A 38
Octal 256 320 115 20 0 77 22 114 72 70
Binary 10101110 11010000 1001101 10000 0 111111 10010 1001100 111010 111000

Color Harmonies of #AED04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED04D

Black with #AED04D

Text Example


Text Example

White with #AED04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED04D; }

 p { color: rgb(174,208,77); }

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

background-color css

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

 a { background-color: rgb(174,208,77); }

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

border-color css

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

 span { border-color: rgb(174,208,77); }

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