Html Css Color HEX #AEF26A Conifer

📋 copy color: '#AEF26A'

red 174 ◦ green 242 ◦ blue 106

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

Shades of Conifer #AEF26A

Tints of Conifer #AEF26A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.36%

 BLUE value IS 106 (41.8% from 255) = 20.31%

R = 33.33%
G = 46.36%
B = 20.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#AEF26A (or 0xAEF26A) is known color: Conifer. HEX triplet: AE, F2 and 6A. RGB value is (174,242,106). Sum of RGB (Red+Green+Blue) = 174+242+106=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF26A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF26A is #510D95. Grayscale: #CECECE. Windows color (decimal): -5311894 or 7008942. OLE color: 7008942.

HSL color Cylindrical-coordinate representation of color #AEF26A: hue angle of 90º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEF26A is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 106 -
CMYK 0.28 0 0.56 0.05
HSL 90º 0.84% 0.68% -
HSV(B) 90º 0.56% 0.95% -
XYZ 51.81 73.54 25.1 -
YUV 206.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 174 242 106 0.28 0 0.56 0.05 90 0.84 0.68
Hex AE F2 6A 1C 0 38 5 5A 54 44
Octal 256 362 152 34 0 70 5 132 124 104
Binary 10101110 11110010 1101010 11100 0 111000 101 1011010 1010100 1000100

Color Harmonies of #AEF26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF26A

Black with #AEF26A

Text Example


Text Example

White with #AEF26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF26A; }

 p { color: rgb(174,242,106); }

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

background-color css

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

 a { background-color: rgb(174,242,106); }

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

border-color css

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

 span { border-color: rgb(174,242,106); }

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