Html Css Color HEX #AECF45 Conifer

📋 copy color: '#AECF45'

red 174 ◦ green 207 ◦ blue 69

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

Shades of Conifer #AECF45

Tints of Conifer #AECF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 38.67%
G = 46%
B = 15.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#AECF45 (or 0xAECF45) is known color: Conifer. HEX triplet: AE, CF and 45. RGB value is (174,207,69). Sum of RGB (Red+Green+Blue) = 174+207+69=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF45 is #5130BA. Grayscale: #B5B5B5. Windows color (decimal): -5320891 or 4575150. OLE color: 4575150.

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

Color convert

RGB 174 207 69 -
CMYK 0.16 0 0.67 0.19
HSL 74.35º 0.59% 0.54% -
HSV(B) 74.35º 0.67% 0.81% -
XYZ 40.84 54.05 13.91 -
YUV 181.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 174 207 69 0.16 0 0.67 0.19 74.35 0.59 0.54
Hex AE CF 45 10 0 43 13 4A 3B 36
Octal 256 317 105 20 0 103 23 112 73 66
Binary 10101110 11001111 1000101 10000 0 1000011 10011 1001010 111011 110110

Color Harmonies of #AECF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF45

Black with #AECF45

Text Example


Text Example

White with #AECF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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