Html Css Color HEX #AEDF67 Conifer

📋 copy color: '#AEDF67'

red 174 ◦ green 223 ◦ blue 103

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

Shades of Conifer #AEDF67

Tints of Conifer #AEDF67

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.6%

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

R = 34.8%
G = 44.6%
B = 20.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AEDF67 (or 0xAEDF67) is known color: Conifer. HEX triplet: AE, DF and 67. RGB value is (174,223,103). Sum of RGB (Red+Green+Blue) = 174+223+103=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF67 is #512098. Grayscale: #C3C3C3. Windows color (decimal): -5316761 or 6807470. OLE color: 6807470.

HSL color Cylindrical-coordinate representation of color #AEDF67: hue angle of 84.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEDF67 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 103 -
CMYK 0.22 0 0.54 0.13
HSL 84.5º 0.65% 0.64% -
HSV(B) 84.5º 0.54% 0.87% -
XYZ 46.29 62.75 22.5 -
YUV 194.67 76.27 113.26 -
System Red Green Blue C M Y K H S L
Decimal 174 223 103 0.22 0 0.54 0.13 84.5 0.65 0.64
Hex AE DF 67 16 0 36 D 54 41 40
Octal 256 337 147 26 0 66 15 124 101 100
Binary 10101110 11011111 1100111 10110 0 110110 1101 1010100 1000001 1000000

Color Harmonies of #AEDF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF67

Black with #AEDF67

Text Example


Text Example

White with #AEDF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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