Html Css Color HEX #ADF265 Conifer

📋 copy color: '#ADF265'

red 173 ◦ green 242 ◦ blue 101

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

Shades of Conifer #ADF265

Tints of Conifer #ADF265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.9%

 BLUE value IS 101 (39.84% from 255) = 19.57%

R = 33.53%
G = 46.9%
B = 19.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#ADF265 (or 0xADF265) is known color: Conifer. HEX triplet: AD, F2 and 65. RGB value is (173,242,101). Sum of RGB (Red+Green+Blue) = 173+242+101=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF265 is #520D9A. Grayscale: #CDCDCD. Windows color (decimal): -5377435 or 6681261. OLE color: 6681261.

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

Color convert

RGB 173 242 101 -
CMYK 0.29 0 0.58 0.05
HSL 89.36º 0.84% 0.67% -
HSV(B) 89.36º 0.58% 0.95% -
XYZ 51.33 73.33 23.76 -
YUV 205.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 173 242 101 0.29 0 0.58 0.05 89.36 0.84 0.67
Hex AD F2 65 1D 0 3A 5 59 54 43
Octal 255 362 145 35 0 72 5 131 124 103
Binary 10101101 11110010 1100101 11101 0 111010 101 1011001 1010100 1000011

Color Harmonies of #ADF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF265

Black with #ADF265

Text Example


Text Example

White with #ADF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF265; }

 p { color: rgb(173,242,101); }

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

background-color css

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

 a { background-color: rgb(173,242,101); }

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

border-color css

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

 span { border-color: rgb(173,242,101); }

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