Html Css Color HEX #ADF67A Feijoa

📋 copy color: '#ADF67A'

red 173 ◦ green 246 ◦ blue 122

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

Shades of Feijoa #ADF67A

Tints of Feijoa #ADF67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.47%

 BLUE value IS 122 (48.05% from 255) = 22.55%

R = 31.98%
G = 45.47%
B = 22.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#ADF67A (or 0xADF67A) is known color: Feijoa. HEX triplet: AD, F6 and 7A. RGB value is (173,246,122). Sum of RGB (Red+Green+Blue) = 173+246+122=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF67A is #520985. Grayscale: #D2D2D2. Windows color (decimal): -5376390 or 8058541. OLE color: 8058541.

HSL color Cylindrical-coordinate representation of color #ADF67A: hue angle of 95.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF67A is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 122 -
CMYK 0.30 0 0.50 0.04
HSL 95.32º 0.87% 0.72% -
HSV(B) 95.32º 0.5% 0.96% -
XYZ 53.7 76.2 30.29 -
YUV 210.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 173 246 122 0.30 0 0.50 0.04 95.32 0.87 0.72
Hex AD F6 7A 1E 0 32 4 5F 57 48
Octal 255 366 172 36 0 62 4 137 127 110
Binary 10101101 11110110 1111010 11110 0 110010 100 1011111 1010111 1001000

Color Harmonies of #ADF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF67A

Black with #ADF67A

Text Example


Text Example

White with #ADF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF67A; }

 p { color: rgb(173,246,122); }

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

background-color css

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

 a { background-color: rgb(173,246,122); }

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

border-color css

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

 span { border-color: rgb(173,246,122); }

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