Html Css Color HEX #A8CD72 Caper

📋 copy color: '#A8CD72'

red 168 ◦ green 205 ◦ blue 114

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

Shades of Caper #A8CD72

Tints of Caper #A8CD72

RGB

 RED value IS 168 (66.02% from 255) = 34.5%

 GREEN value IS 205 (80.47% from 255) = 42.09%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 34.5%
G = 42.09%
B = 23.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#A8CD72 (or 0xA8CD72) is known color: Caper. HEX triplet: A8, CD and 72. RGB value is (168,205,114). Sum of RGB (Red+Green+Blue) = 168+205+114=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD72 is #57328D. Grayscale: #B7B7B7. Windows color (decimal): -5714574 or 7523752. OLE color: 7523752.

HSL color Cylindrical-coordinate representation of color #A8CD72: hue angle of 84.4º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8CD72 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 114 -
CMYK 0.18 0 0.44 0.20
HSL 84.4º 0.48% 0.63% -
HSV(B) 84.4º 0.44% 0.8% -
XYZ 41.02 53.2 24.03 -
YUV 183.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 168 205 114 0.18 0 0.44 0.20 84.4 0.48 0.63
Hex A8 CD 72 12 0 2C 14 54 30 3F
Octal 250 315 162 22 0 54 24 124 60 77
Binary 10101000 11001101 1110010 10010 0 101100 10100 1010100 110000 111111

Color Harmonies of #A8CD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD72

Black with #A8CD72

Text Example


Text Example

White with #A8CD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD72; }

 p { color: rgb(168,205,114); }

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

background-color css

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

 a { background-color: rgb(168,205,114); }

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

border-color css

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

 span { border-color: rgb(168,205,114); }

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