Html Css Color HEX #AED35C Conifer

📋 copy color: '#AED35C'

red 174 ◦ green 211 ◦ blue 92

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

Shades of Conifer #AED35C

Tints of Conifer #AED35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 36.48%
G = 44.23%
B = 19.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#AED35C (or 0xAED35C) is known color: Conifer. HEX triplet: AE, D3 and 5C. RGB value is (174,211,92). Sum of RGB (Red+Green+Blue) = 174+211+92=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #AED35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED35C is #512CA3. Grayscale: #BABABA. Windows color (decimal): -5319844 or 6083502. OLE color: 6083502.

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

Color convert

RGB 174 211 92 -
CMYK 0.18 0 0.56 0.17
HSL 78.66º 0.57% 0.59% -
HSV(B) 78.66º 0.56% 0.83% -
XYZ 42.68 56.36 18.75 -
YUV 186.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 174 211 92 0.18 0 0.56 0.17 78.66 0.57 0.59
Hex AE D3 5C 12 0 38 11 4F 39 3B
Octal 256 323 134 22 0 70 21 117 71 73
Binary 10101110 11010011 1011100 10010 0 111000 10001 1001111 111001 111011

Color Harmonies of #AED35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED35C

Black with #AED35C

Text Example


Text Example

White with #AED35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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