Html Css Color HEX #AEE14E Conifer

📋 copy color: '#AEE14E'

red 174 ◦ green 225 ◦ blue 78

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

Shades of Conifer #AEE14E

Tints of Conifer #AEE14E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

 BLUE value IS 78 (30.86% from 255) = 16.35%

R = 36.48%
G = 47.17%
B = 16.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#AEE14E (or 0xAEE14E) is known color: Conifer. HEX triplet: AE, E1 and 4E. RGB value is (174,225,78). Sum of RGB (Red+Green+Blue) = 174+225+78=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE14E is #511EB1. Grayscale: #C1C1C1. Windows color (decimal): -5316274 or 5169582. OLE color: 5169582.

HSL color Cylindrical-coordinate representation of color #AEE14E: hue angle of 80.82º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEE14E is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 78 -
CMYK 0.23 0 0.65 0.12
HSL 80.82º 0.71% 0.59% -
HSV(B) 80.82º 0.65% 0.88% -
XYZ 45.76 63.4 17.03 -
YUV 192.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 174 225 78 0.23 0 0.65 0.12 80.82 0.71 0.59
Hex AE E1 4E 17 0 41 C 51 47 3B
Octal 256 341 116 27 0 101 14 121 107 73
Binary 10101110 11100001 1001110 10111 0 1000001 1100 1010001 1000111 111011

Color Harmonies of #AEE14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE14E

Black with #AEE14E

Text Example


Text Example

White with #AEE14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE14E; }

 p { color: rgb(174,225,78); }

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

background-color css

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

 a { background-color: rgb(174,225,78); }

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

border-color css

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

 span { border-color: rgb(174,225,78); }

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