Html Css Color HEX #A5CF72 Feijoa

📋 copy color: '#A5CF72'

red 165 ◦ green 207 ◦ blue 114

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

Shades of Feijoa #A5CF72

Tints of Feijoa #A5CF72

RGB

 RED value IS 165 (64.84% from 255) = 33.95%

 GREEN value IS 207 (81.25% from 255) = 42.59%

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

R = 33.95%
G = 42.59%
B = 23.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A5CF72 (or 0xA5CF72) is known color: Feijoa. HEX triplet: A5, CF and 72. RGB value is (165,207,114). Sum of RGB (Red+Green+Blue) = 165+207+114=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF72 is #5A308D. Grayscale: #B8B8B8. Windows color (decimal): -5910670 or 7524261. OLE color: 7524261.

HSL color Cylindrical-coordinate representation of color #A5CF72: hue angle of 87.1º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5CF72 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 114 -
CMYK 0.20 0 0.45 0.19
HSL 87.1º 0.49% 0.63% -
HSV(B) 87.1º 0.45% 0.81% -
XYZ 40.87 53.84 24.16 -
YUV 183.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 165 207 114 0.20 0 0.45 0.19 87.1 0.49 0.63
Hex A5 CF 72 14 0 2D 13 57 31 3F
Octal 245 317 162 24 0 55 23 127 61 77
Binary 10100101 11001111 1110010 10100 0 101101 10011 1010111 110001 111111

Color Harmonies of #A5CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF72

Black with #A5CF72

Text Example


Text Example

White with #A5CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF72; }

 p { color: rgb(165,207,114); }

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

background-color css

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

 a { background-color: rgb(165,207,114); }

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

border-color css

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

 span { border-color: rgb(165,207,114); }

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