Html Css Color HEX #AEEB4A Conifer

📋 copy color: '#AEEB4A'

red 174 ◦ green 235 ◦ blue 74

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

Shades of Conifer #AEEB4A

Tints of Conifer #AEEB4A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.65%

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

R = 36.02%
G = 48.65%
B = 15.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#AEEB4A (or 0xAEEB4A) is known color: Conifer. HEX triplet: AE, EB and 4A. RGB value is (174,235,74). Sum of RGB (Red+Green+Blue) = 174+235+74=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEB4A is #5114B5. Grayscale: #C6C6C6. Windows color (decimal): -5313718 or 4909998. OLE color: 4909998.

HSL color Cylindrical-coordinate representation of color #AEEB4A: hue angle of 82.73º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEEB4A is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 74 -
CMYK 0.26 0 0.69 0.08
HSL 82.73º 0.8% 0.61% -
HSV(B) 82.73º 0.69% 0.92% -
XYZ 48.4 68.91 17.23 -
YUV 198.41 57.79 110.59 -
System Red Green Blue C M Y K H S L
Decimal 174 235 74 0.26 0 0.69 0.08 82.73 0.8 0.61
Hex AE EB 4A 1A 0 45 8 53 50 3D
Octal 256 353 112 32 0 105 10 123 120 75
Binary 10101110 11101011 1001010 11010 0 1000101 1000 1010011 1010000 111101

Color Harmonies of #AEEB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEB4A

Black with #AEEB4A

Text Example


Text Example

White with #AEEB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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