Html Css Color HEX #AEE63E Conifer

📋 copy color: '#AEE63E'

red 174 ◦ green 230 ◦ blue 62

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

Shades of Conifer #AEE63E

Tints of Conifer #AEE63E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.36%

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 37.34%
G = 49.36%
B = 13.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#AEE63E (or 0xAEE63E) is known color: Conifer. HEX triplet: AE, E6 and 3E. RGB value is (174,230,62). Sum of RGB (Red+Green+Blue) = 174+230+62=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE63E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE63E is #5119C1. Grayscale: #C2C2C2. Windows color (decimal): -5315010 or 4122286. OLE color: 4122286.

HSL color Cylindrical-coordinate representation of color #AEE63E: hue angle of 80º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEE63E is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 230 62 -
CMYK 0.24 0 0.73 0.10
HSL 80º 0.77% 0.57% -
HSV(B) 80º 0.73% 0.9% -
XYZ 46.62 65.94 14.83 -
YUV 194.1 53.45 113.66 -
System Red Green Blue C M Y K H S L
Decimal 174 230 62 0.24 0 0.73 0.10 80 0.77 0.57
Hex AE E6 3E 18 0 49 A 50 4D 39
Octal 256 346 76 30 0 111 12 120 115 71
Binary 10101110 11100110 111110 11000 0 1001001 1010 1010000 1001101 111001

Color Harmonies of #AEE63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE63E

Black with #AEE63E

Text Example


Text Example

White with #AEE63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE63E; }

 p { color: rgb(174,230,62); }

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

background-color css

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

 a { background-color: rgb(174,230,62); }

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

border-color css

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

 span { border-color: rgb(174,230,62); }

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