Html Css Color HEX #A8CD74 Caper

📋 copy color: '#A8CD74'

red 168 ◦ green 205 ◦ blue 116

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

Shades of Caper #A8CD74

Tints of Caper #A8CD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 34.36%
G = 41.92%
B = 23.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#A8CD74 (or 0xA8CD74) is known color: Caper. HEX triplet: A8, CD and 74. RGB value is (168,205,116). Sum of RGB (Red+Green+Blue) = 168+205+116=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD74 is #57328B. Grayscale: #B8B8B8. Windows color (decimal): -5714572 or 7654824. OLE color: 7654824.

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

Color convert

RGB 168 205 116 -
CMYK 0.18 0 0.43 0.20
HSL 84.94º 0.47% 0.63% -
HSV(B) 84.94º 0.43% 0.8% -
XYZ 41.13 53.25 24.63 -
YUV 183.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 168 205 116 0.18 0 0.43 0.20 84.94 0.47 0.63
Hex A8 CD 74 12 0 2B 14 55 2F 3F
Octal 250 315 164 22 0 53 24 125 57 77
Binary 10101000 11001101 1110100 10010 0 101011 10100 1010101 101111 111111

Color Harmonies of #A8CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD74

Black with #A8CD74

Text Example


Text Example

White with #A8CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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