Html Css Color HEX #AED36B Conifer

📋 copy color: '#AED36B'

red 174 ◦ green 211 ◦ blue 107

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

Shades of Conifer #AED36B

Tints of Conifer #AED36B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 35.37%
G = 42.89%
B = 21.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#AED36B (or 0xAED36B) is known color: Conifer. HEX triplet: AE, D3 and 6B. RGB value is (174,211,107). Sum of RGB (Red+Green+Blue) = 174+211+107=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #AED36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED36B is #512C94. Grayscale: #BCBCBC. Windows color (decimal): -5319829 or 7066542. OLE color: 7066542.

HSL color Cylindrical-coordinate representation of color #AED36B: hue angle of 81.35º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AED36B is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 107 -
CMYK 0.18 0 0.49 0.17
HSL 81.35º 0.54% 0.62% -
HSV(B) 81.35º 0.49% 0.83% -
XYZ 43.4 56.65 22.56 -
YUV 188.08 82.24 117.96 -
System Red Green Blue C M Y K H S L
Decimal 174 211 107 0.18 0 0.49 0.17 81.35 0.54 0.62
Hex AE D3 6B 12 0 31 11 51 36 3E
Octal 256 323 153 22 0 61 21 121 66 76
Binary 10101110 11010011 1101011 10010 0 110001 10001 1010001 110110 111110

Color Harmonies of #AED36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED36B

Black with #AED36B

Text Example


Text Example

White with #AED36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED36B; }

 p { color: rgb(174,211,107); }

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

background-color css

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

 a { background-color: rgb(174,211,107); }

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

border-color css

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

 span { border-color: rgb(174,211,107); }

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