Html Css Color HEX #AEE14A Conifer

📋 copy color: '#AEE14A'

red 174 ◦ green 225 ◦ blue 74

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

Shades of Conifer #AEE14A

Tints of Conifer #AEE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.64%

R = 36.79%
G = 47.57%
B = 15.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#AEE14A (or 0xAEE14A) is known color: Conifer. HEX triplet: AE, E1 and 4A. RGB value is (174,225,74). Sum of RGB (Red+Green+Blue) = 174+225+74=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE14A is #511EB5. Grayscale: #C1C1C1. Windows color (decimal): -5316278 or 4907438. OLE color: 4907438.

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

Color convert

RGB 174 225 74 -
CMYK 0.23 0 0.67 0.12
HSL 80.26º 0.72% 0.59% -
HSV(B) 80.26º 0.67% 0.88% -
XYZ 45.62 63.34 16.3 -
YUV 192.54 61.1 114.78 -
System Red Green Blue C M Y K H S L
Decimal 174 225 74 0.23 0 0.67 0.12 80.26 0.72 0.59
Hex AE E1 4A 17 0 43 C 50 48 3B
Octal 256 341 112 27 0 103 14 120 110 73
Binary 10101110 11100001 1001010 10111 0 1000011 1100 1010000 1001000 111011

Color Harmonies of #AEE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE14A

Black with #AEE14A

Text Example


Text Example

White with #AEE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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