Html Css Color HEX #AED27B Caper

📋 copy color: '#AED27B'

red 174 ◦ green 210 ◦ blue 123

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

Shades of Caper #AED27B

Tints of Caper #AED27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 34.32%
G = 41.42%
B = 24.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#AED27B (or 0xAED27B) is known color: Caper. HEX triplet: AE, D2 and 7B. RGB value is (174,210,123). Sum of RGB (Red+Green+Blue) = 174+210+123=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #AED27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED27B is #512D84. Grayscale: #BDBDBD. Windows color (decimal): -5320069 or 8114862. OLE color: 8114862.

HSL color Cylindrical-coordinate representation of color #AED27B: hue angle of 84.83º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AED27B is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 123 -
CMYK 0.17 0 0.41 0.18
HSL 84.83º 0.49% 0.65% -
HSV(B) 84.83º 0.41% 0.82% -
XYZ 44.08 56.52 27.33 -
YUV 189.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 174 210 123 0.17 0 0.41 0.18 84.83 0.49 0.65
Hex AE D2 7B 11 0 29 12 55 31 41
Octal 256 322 173 21 0 51 22 125 61 101
Binary 10101110 11010010 1111011 10001 0 101001 10010 1010101 110001 1000001

Color Harmonies of #AED27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED27B

Black with #AED27B

Text Example


Text Example

White with #AED27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED27B; }

 p { color: rgb(174,210,123); }

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

background-color css

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

 a { background-color: rgb(174,210,123); }

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

border-color css

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

 span { border-color: rgb(174,210,123); }

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