Html Css Color HEX #ADF385 Feijoa

📋 copy color: '#ADF385'

red 173 ◦ green 243 ◦ blue 133

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

Shades of Feijoa #ADF385

Tints of Feijoa #ADF385

RGB

 RED value IS 173 (67.97% from 255) = 31.51%

 GREEN value IS 243 (95.31% from 255) = 44.26%

 BLUE value IS 133 (52.34% from 255) = 24.23%

R = 31.51%
G = 44.26%
B = 24.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#ADF385 (or 0xADF385) is known color: Feijoa. HEX triplet: AD, F3 and 85. RGB value is (173,243,133). Sum of RGB (Red+Green+Blue) = 173+243+133=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF385 is #520C7A. Grayscale: #D1D1D1. Windows color (decimal): -5377147 or 8778669. OLE color: 8778669.

HSL color Cylindrical-coordinate representation of color #ADF385: hue angle of 98.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF385 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 243 133 -
CMYK 0.29 0 0.45 0.05
HSL 98.18º 0.82% 0.74% -
HSV(B) 98.18º 0.45% 0.95% -
XYZ 53.52 74.68 33.78 -
YUV 209.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 173 243 133 0.29 0 0.45 0.05 98.18 0.82 0.74
Hex AD F3 85 1D 0 2D 5 62 52 4A
Octal 255 363 205 35 0 55 5 142 122 112
Binary 10101101 11110011 10000101 11101 0 101101 101 1100010 1010010 1001010

Color Harmonies of #ADF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF385

Black with #ADF385

Text Example


Text Example

White with #ADF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF385; }

 p { color: rgb(173,243,133); }

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

background-color css

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

 a { background-color: rgb(173,243,133); }

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

border-color css

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

 span { border-color: rgb(173,243,133); }

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