Html Css Color HEX #AECF50 Conifer

📋 copy color: '#AECF50'

red 174 ◦ green 207 ◦ blue 80

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

Shades of Conifer #AECF50

Tints of Conifer #AECF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 37.74%
G = 44.9%
B = 17.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#AECF50 (or 0xAECF50) is known color: Conifer. HEX triplet: AE, CF and 50. RGB value is (174,207,80). Sum of RGB (Red+Green+Blue) = 174+207+80=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF50 is #5130AF. Grayscale: #B7B7B7. Windows color (decimal): -5320880 or 5296046. OLE color: 5296046.

HSL color Cylindrical-coordinate representation of color #AECF50: hue angle of 75.59º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AECF50 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 80 -
CMYK 0.16 0 0.61 0.19
HSL 75.59º 0.57% 0.56% -
HSV(B) 75.59º 0.61% 0.81% -
XYZ 41.22 54.2 15.88 -
YUV 182.66 70.07 121.83 -
System Red Green Blue C M Y K H S L
Decimal 174 207 80 0.16 0 0.61 0.19 75.59 0.57 0.56
Hex AE CF 50 10 0 3D 13 4C 39 38
Octal 256 317 120 20 0 75 23 114 71 70
Binary 10101110 11001111 1010000 10000 0 111101 10011 1001100 111001 111000

Color Harmonies of #AECF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF50

Black with #AECF50

Text Example


Text Example

White with #AECF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF50; }

 p { color: rgb(174,207,80); }

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

background-color css

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

 a { background-color: rgb(174,207,80); }

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

border-color css

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

 span { border-color: rgb(174,207,80); }

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