Html Css Color HEX #A4CD7B Feijoa

📋 copy color: '#A4CD7B'

red 164 ◦ green 205 ◦ blue 123

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

Shades of Feijoa #A4CD7B

Tints of Feijoa #A4CD7B

RGB

 RED value IS 164 (64.45% from 255) = 33.33%

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

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

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#A4CD7B (or 0xA4CD7B) is known color: Feijoa. HEX triplet: A4, CD and 7B. RGB value is (164,205,123). Sum of RGB (Red+Green+Blue) = 164+205+123=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CD7B is #5B3284. Grayscale: #B7B7B7. Windows color (decimal): -5976709 or 8113572. OLE color: 8113572.

HSL color Cylindrical-coordinate representation of color #A4CD7B: hue angle of 90º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4CD7B is Cyan = 0.2, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 205 123 -
CMYK 0.2 0 0.4 0.20
HSL 90º 0.45% 0.64% -
HSV(B) 90º 0.4% 0.8% -
XYZ 40.72 52.99 26.82 -
YUV 183.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 164 205 123 0.2 0 0.4 0.20 90 0.45 0.64
Hex A4 CD 7B 14 0 28 14 5A 2D 40
Octal 244 315 173 24 0 50 24 132 55 100
Binary 10100100 11001101 1111011 10100 0 101000 10100 1011010 101101 1000000

Color Harmonies of #A4CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CD7B

Black with #A4CD7B

Text Example


Text Example

White with #A4CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CD7B; }

 p { color: rgb(164,205,123); }

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

background-color css

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

 a { background-color: rgb(164,205,123); }

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

border-color css

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

 span { border-color: rgb(164,205,123); }

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