Html Css Color HEX #AED067 Conifer

📋 copy color: '#AED067'

red 174 ◦ green 208 ◦ blue 103

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

Shades of Conifer #AED067

Tints of Conifer #AED067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.24%

R = 35.88%
G = 42.89%
B = 21.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#AED067 (or 0xAED067) is known color: Conifer. HEX triplet: AE, D0 and 67. RGB value is (174,208,103). Sum of RGB (Red+Green+Blue) = 174+208+103=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #AED067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED067 is #512F98. Grayscale: #BABABA. Windows color (decimal): -5320601 or 6803630. OLE color: 6803630.

HSL color Cylindrical-coordinate representation of color #AED067: hue angle of 79.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED067 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 103 -
CMYK 0.16 0 0.50 0.18
HSL 79.43º 0.53% 0.61% -
HSV(B) 79.43º 0.5% 0.82% -
XYZ 42.46 55.09 21.23 -
YUV 185.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 174 208 103 0.16 0 0.50 0.18 79.43 0.53 0.61
Hex AE D0 67 10 0 32 12 4F 35 3D
Octal 256 320 147 20 0 62 22 117 65 75
Binary 10101110 11010000 1100111 10000 0 110010 10010 1001111 110101 111101

Color Harmonies of #AED067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED067

Black with #AED067

Text Example


Text Example

White with #AED067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED067; }

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

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

background-color css

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

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

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

border-color css

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

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

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