Html Css Color HEX #AEC970 Caper

📋 copy color: '#AEC970'

red 174 ◦ green 201 ◦ blue 112

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

Shades of Caper #AEC970

Tints of Caper #AEC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.27%

 BLUE value IS 112 (44.14% from 255) = 23%

R = 35.73%
G = 41.27%
B = 23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#AEC970 (or 0xAEC970) is known color: Caper. HEX triplet: AE, C9 and 70. RGB value is (174,201,112). Sum of RGB (Red+Green+Blue) = 174+201+112=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC970 is #51368F. Grayscale: #B7B7B7. Windows color (decimal): -5322384 or 7391662. OLE color: 7391662.

HSL color Cylindrical-coordinate representation of color #AEC970: hue angle of 78.2º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC970 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 112 -
CMYK 0.13 0 0.44 0.21
HSL 78.2º 0.45% 0.61% -
HSV(B) 78.2º 0.44% 0.79% -
XYZ 41.27 51.94 23.18 -
YUV 182.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 174 201 112 0.13 0 0.44 0.21 78.2 0.45 0.61
Hex AE C9 70 D 0 2C 15 4E 2D 3D
Octal 256 311 160 15 0 54 25 116 55 75
Binary 10101110 11001001 1110000 1101 0 101100 10101 1001110 101101 111101

Color Harmonies of #AEC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC970

Black with #AEC970

Text Example


Text Example

White with #AEC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC970; }

 p { color: rgb(174,201,112); }

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

background-color css

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

 a { background-color: rgb(174,201,112); }

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

border-color css

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

 span { border-color: rgb(174,201,112); }

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