Html Css Color HEX #AEE745 Conifer

📋 copy color: '#AEE745'

red 174 ◦ green 231 ◦ blue 69

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

Shades of Conifer #AEE745

Tints of Conifer #AEE745

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.73%

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

R = 36.71%
G = 48.73%
B = 14.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#AEE745 (or 0xAEE745) is known color: Conifer. HEX triplet: AE, E7 and 45. RGB value is (174,231,69). Sum of RGB (Red+Green+Blue) = 174+231+69=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE745 is #5118BA. Grayscale: #C4C4C4. Windows color (decimal): -5314747 or 4581294. OLE color: 4581294.

HSL color Cylindrical-coordinate representation of color #AEE745: hue angle of 81.11º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEE745 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 231 69 -
CMYK 0.25 0 0.70 0.09
HSL 81.11º 0.77% 0.59% -
HSV(B) 81.11º 0.7% 0.91% -
XYZ 47.11 66.58 16 -
YUV 195.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 174 231 69 0.25 0 0.70 0.09 81.11 0.77 0.59
Hex AE E7 45 19 0 46 9 51 4D 3B
Octal 256 347 105 31 0 106 11 121 115 73
Binary 10101110 11100111 1000101 11001 0 1000110 1001 1010001 1001101 111011

Color Harmonies of #AEE745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE745

Black with #AEE745

Text Example


Text Example

White with #AEE745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE745; }

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

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

background-color css

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

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

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

border-color css

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

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

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